deathdealer1252 Posted February 24, 2011 Share Posted February 24, 2011 Sometimes when I submit data to a table (example a blog), it does not get added to the table. I am thinking the reason it has something to do with " / , etc... those kind of symbols, do I need to escape them some how before adding the data to the table? Link to comment https://forums.phpfreaks.com/topic/228667-submitting-data-to-a-table/ Share on other sites More sharing options...
Pikachu2000 Posted February 24, 2011 Share Posted February 24, 2011 You need to be sanitizing all form data. For string type data, mysql_real_escape_string Link to comment https://forums.phpfreaks.com/topic/228667-submitting-data-to-a-table/#findComment-1178976 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.