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?



July 07, 2008 05:01:11 #5
 akhilesh1010   Member Since: July 2008    Total Comments: 4 

RE: How do you insert single & double qotes in MySql db without using PHP?
 
we can use addslashes function  for this

     

 

Back To Question