|
Giomanach -> RE: PHP Question (6/9/2009 13:56:27)
|
I'll explain on ppruck's answer a little more. PHP uses non-ascii characters to parse information, to perform certain actions. If these are found in query criteria, it will change them to something it understands better - not always what is wanted. Using the code ppruck provided you remove that problem by "replacing" it with something else, meaning the PHP won't produce funky characters ;)
|
|
|
|