Jump to content

Implementing Query Engine..


shan_cool

Recommended Posts

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

[!--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() ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.