Welcome Guest, Not a member yet? Register   Sign In
Problem with £ sign writing to MySQL (solved)
#3
Rainbow 

I have found that I needed to explicitly convert the incoming data to the form I required. Obvious really, but I hadn't seen it done before!

So I have done things like:

                    $data = iconv("ISO-8859-1","UTF-8//IGNORE",$data);
and all is well.


Cheers!
Reply


Messages In This Thread
RE: Problem with £ sign writing to MySQL (solved) - by JohnInMaldon - 01-31-2016, 02:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB