sag@lemm.ee to Programmer Humor@lemmy.ml · 1 year agoPHP is dead?telegra.phimagemessage-square182fedilinkarrow-up1989arrow-down133
arrow-up1956arrow-down1imagePHP is dead?telegra.phsag@lemm.ee to Programmer Humor@lemmy.ml · 1 year agomessage-square182fedilink
minus-squareSokathHisEyesOpen@lemmy.mllinkfedilinkEnglisharrow-up16arrow-down4·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.worldlinkfedilinkarrow-up16·1 year agoI know this answer is flippant and dickish, but: python3 -m http.server 80
minus-squarethisfro@slrpnk.netlinkfedilinkarrow-up4·1 year agoYou don’t need a framework for either, but it makes working with both much easier!
minus-squareCamelbeard@lemmy.worldlinkfedilinkarrow-up2·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:
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.