|
|
|
|
|
by krapp
4291 days ago
|
|
I find it odd that a language whose entire purpose is mixing code in with html doesn't come with the ability to automatically escape any echoed string by default. If you're not using something like Twig you have to wrap each variable in htmlspecialchars or something. The argument that 'PHP is a framework' may be valid, but as a framework, raw PHP kind of sucks. |
|