Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mysql Real Escape String

Decoding Mysql_real_escape_string() For Outputting Html

I'm trying to protect myself from sql injection and am using: mysql_real_escape_string($string)… Read more Decoding Mysql_real_escape_string() For Outputting Html