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?



December 12, 2006 12:16:32 #3
 Mohamed Yusuf   Member Since: Visitor    Total Comments: N/A 

RE: How do you insert single & double qotes in MySql d...
 
escape single quote using forward slash ' .in double quote you don't need to escape quotes. insert as it ""
     

 

Back To Question