Adding special characters to MySQL
jhnidk - March 9th, 2010 in: MySQL, PHPWhen 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.




Recent Comments