sag to Programmer [email protected] • 1 year agoPHP is dead?telegra.phimagemessage-square182fedilinkarrow-up11.02Karrow-down141
arrow-up1977arrow-down1imagePHP is dead?telegra.phsag to Programmer [email protected] • 1 year agomessage-square182fedilink
minus-squareSokathHisEyesOpenlinkfedilinkEnglish12•1 year 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@_stranger_link16•1 year agoI know this answer is flippant and dickish, but: python3 -m http.server 80
minus-square@[email protected]linkfedilink5•1 year agoYou don’t need a framework for either, but it makes working with both much easier!
minus-squareCamelbeardlink2•1 year 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:
python3 -m http.server 80
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.