vividona Posted June 28, 2010 Share Posted June 28, 2010 Hi, I am using filter functions for cleaning data is it necessary to use mysql_real_escape_string() also when sending data??? I think these filter functions deal very good with single and double quote. Link to comment https://forums.phpfreaks.com/topic/206127-filter_input-function/ Share on other sites More sharing options...
kenrbnsn Posted June 29, 2010 Share Posted June 29, 2010 The function mysql_real_escape_string does more than just escape quotes. Always use it when using any user supplied data in mysql queries. Ken Link to comment https://forums.phpfreaks.com/topic/206127-filter_input-function/#findComment-1078518 Share on other sites More sharing options...
vividona Posted June 29, 2010 Author Share Posted June 29, 2010 The function mysql_real_escape_string does more than just escape quotes. Always use it when using any user supplied data in mysql queries. Ken Thank you Ken it is a good help Link to comment https://forums.phpfreaks.com/topic/206127-filter_input-function/#findComment-1078639 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.