php - How can I use special characters in MySQL -


this question has answer here:

how can insert special characters , é sql table? when try error below:

you have error in sql syntax; check manual corresponds mysql server version right syntax use near '] ♣ us3rnamé', '123456789', 'http://blabla.com/blabla/', 'http://' @ line 1

the data type text. guess shouldn't matter.

try addslashes in php documentation


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -