I'm requesting help regarding to the best method/function to parse a string AFTER, it as been already, by the parameters. I have a many, many lines of MySql already in place, the prepare statement methods to avoid SQL injections are out of the question, because i don't have the time. Is there any function to parse scape characters on a string, right before i call:
//$sql_query_string_CLEAN = THE PLACE THE PARSING FUCNTION($sql_query_string);
mysql_query($sql_query_string_CLEAN, $connection);