October 1, 2008
Using PHP How do you display data from mysql with a CSS style?
Filed under Programming & Design by administrator
September 18, 2008
How do I protect a MySQL statement from a malicious injection, but not write backslashes to my database?
nkbsbl asked:
I am using PHP and right now I am using the function mysql_escape_string on the strings I am writing. Unfortunately this puts a backslash into my database, which is ugly and I do not want to have to escape backslashes upon pulling data out.
I am using PHP and right now I am using the function mysql_escape_string on the strings I am writing. Unfortunately this puts a backslash into my database, which is ugly and I do not want to have to escape backslashes upon pulling data out.
Filed under Programming & Design by administrator

