how to handle sql reserved word?
Posted: Tue Dec 06, 2005 1:32 am
in php, i dun know who to handle sql reserved word in the query string. plz tell me.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
shiznatix wrote:you are going to have to be more specific. if you want to use a sql reserved word in a mysql query then just put it in the query.
Code: Select all
SELECT `FROM` FROM `SELECT`