Home     Contact us

Adding special characters to MySQL

jhnidk - March 9th, 2010 in: MySQL, PHP

When you’re adding data to MySQL, you might experience that MySQL sometimes gives a SQL error in a code that normally works fine.

Typically this is caused by special characters like ‘ ” % in the new data, that conflicts with the SQL used to insert the data into the database. This post gives you some useful tips for handling this situation.

Read more »

Copyright © 2012 Tips4php.net - Recent entries RSS feedEntries RSS Log in