We're a place where coders share, stay up-to-date and grow their careers.
I had completely forgotten about htmlspecialchars(), would have saved me a lot of time had I read this yesterday morning :D
htmlspecialchars()
The yet another function about preventing XSS is htmlentities() :).
I had completely forgotten about
htmlspecialchars()
, would have saved me a lot of time had I read this yesterday morning :DThe yet another function about preventing XSS is htmlentities() :).