Code Vote
Get Code, Give vote.....
Friday, April 12, 2013
How to handle single or double quote in SQL query
Use a mysql function in PHP
mysql_real_escape_string();
Example: $cat_name = mysql_real_escape_string($cat_name);
1 comment:
Sham's
April 12, 2013 at 11:32 PM
Thanks, This is working !
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Thanks, This is working !
ReplyDelete