sag to Programmer Humor@lemmy.ml • 1 year agoPHP is dead?telegra.phimagemessage-square193fedilinkarrow-up11.05Karrow-down142
arrow-up11.01Karrow-down1imagePHP is dead?telegra.phsag to Programmer Humor@lemmy.ml • 1 year agomessage-square193fedilink
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_@lemmy.worldlinkfedilink17•1 year agoI know this answer is flippant and dickish, but: python3 -m http.server 80
minus-square@thisfro@slrpnk.netlinkfedilink6•1 year agoYou don’t need a framework for either, but it makes working with both much easier!
minus-squareCamelbeardlinkfedilink3•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.