omarh2005 Posted March 14, 2009 Share Posted March 14, 2009 Hi I have problem with query when put ' in the textarea field and press send to save in database , refuse the saving is there function in php ignore ' in the query ??!! Link to comment https://forums.phpfreaks.com/topic/149373-solved-problem-with-query/ Share on other sites More sharing options...
GingerRobot Posted March 14, 2009 Share Posted March 14, 2009 You should take a look at escaping your data - mysql_real_escape_string Link to comment https://forums.phpfreaks.com/topic/149373-solved-problem-with-query/#findComment-784512 Share on other sites More sharing options...
omarh2005 Posted March 14, 2009 Author Share Posted March 14, 2009 Thank you very much Link to comment https://forums.phpfreaks.com/topic/149373-solved-problem-with-query/#findComment-784523 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.