sag to Programmer [email protected] • 2 years agoPHP is dead?telegra.phimagemessage-square193fedilinkarrow-up11.03K
arrow-up11.03KimagePHP is dead?telegra.phsag to Programmer [email protected] • 2 years agomessage-square193fedilink
minus-squareSokathHisEyesOpenlinkfedilinkEnglish16•2 years agoYou don’t need a framework for PHP. That’s the beauty of it, you don’t need anything. You cannot build a website with Python without a framework.
minus-square@[email protected]linkfedilink16•2 years agoI know this answer is flippant and dickish, but: python3 -m http.server 80
minus-square@[email protected]linkfedilink5•2 years agoYou don’t need a framework for either, but it makes working with both much easier!
minus-squareCamelbeardlinkfedilink2•2 years agoSure but don’t cry when someone injects some js in your website or drops a table, because you didn’t sanitize every input completely.
You don’t need a framework for PHP. That’s the beauty of it, you don’t need anything. You cannot build a website with Python without a framework.
I know this answer is flippant and dickish, but:
You don’t need a framework for either, but it makes working with both much easier!
Sure but don’t cry when someone injects some js in your website or drops a table, because you didn’t sanitize every input completely.
Ah, little Bobby Drop Tables.