GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  PHP

 Print  |  
Question:  How do you insert single & double qotes in MySql db without using PHP?



October 10, 2006 03:23:09 #2
 vinit sharma   Member Since: Visitor    Total Comments: N/A 

RE: How do you insert single & double qotes in MySql d...
 
the new fool prrof method isto use PEAR and in that use prepare() execute method , or auto execute method . this takes care of mot just quotes , but all the html characters to be stored i the db .
     

 

Back To Question