Problems in inserting data using “safe way to input data to mysql using PHP”?
I a trying to input data using forms into the mysql, and also using mysql_real_escape_string for this purpose, But unfortunately i am having a problem with out put, Its displays "\" or if i use stripslashes then it...