calmchess Posted December 28, 2009 Share Posted December 28, 2009 I'm useing mysql_real_escape_string before insert my data but i still get backslashes in the output.....how do i clense text data with special characters before insterting into a database so that there aren't backslashes before the special characters?......plz go down to the level of the database field types. Link to comment https://forums.phpfreaks.com/topic/186513-mysql_real_escape_string/ Share on other sites More sharing options...
rajivgonsalves Posted December 28, 2009 Share Posted December 28, 2009 for removing slashes you can use stripslashes http://www.php.net/manual/en/function.stripslashes.php Link to comment https://forums.phpfreaks.com/topic/186513-mysql_real_escape_string/#findComment-985005 Share on other sites More sharing options...
calmchess Posted December 28, 2009 Author Share Posted December 28, 2009 thanks Link to comment https://forums.phpfreaks.com/topic/186513-mysql_real_escape_string/#findComment-985040 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.