shan_cool Posted April 12, 2006 Share Posted April 12, 2006 Hi all, I am in need to implement a query engine. i hav a large text area in a Php page where i write queries and am getting it through POST in my second Php page... But it throws me error message when i write update quueries or i write select using where clause.. but simple select queries r being executed.. tell me how to implement it.. any idea?Thx in advance,Shan. Link to comment https://forums.phpfreaks.com/topic/7190-implementing-query-engine/ Share on other sites More sharing options...
bonaparte Posted April 12, 2006 Share Posted April 12, 2006 [!--quoteo(post=363969:date=Apr 12 2006, 05:21 AM:name=shan_cool)--][div class=\'quotetop\']QUOTE(shan_cool @ Apr 12 2006, 05:21 AM) [snapback]363969[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi all, I am in need to implement a query engine. i hav a large text area in a Php page where i write queries and am getting it through POST in my second Php page... But it throws me error message when i write update quueries or i write select using where clause.. but simple select queries r being executed.. tell me how to implement it.. any idea?Thx in advance,Shan.[/quote]Have you tried mysql_real_escape_string() ? Link to comment https://forums.phpfreaks.com/topic/7190-implementing-query-engine/#findComment-26160 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.