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. Quote Link to comment 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() ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.