DEV Community

Discussion on: Choosing PHP in 2018

Collapse
 
develcharlie profile image
DevelCharlie

I think that PHP is hated by technosnobs, by posers and by coders who don't know PHP. PHP is a way to develop efficients web applications in many flavors at reasonable cost. It's stupid today to speak about old register_globals=on or forgetting to use ===, because a serious coder knows the difference between == and ===, and knows too that data input have to be filtered as he knows that prepare statement is a good starting point, with filtering, to avoid SQLI.