hello all.
im trying to insret (using php) french words into a table.
my list contailn words that are written allready with the code of the accent word.
eg:
capacitxc3xa9s
achicrxc3xa9e
i know that xc3xa9 is [HTML]é[/HTML]
i thought to convert the word using
[CODE=php]ereg_replace("x c3xa9",????,$wo rd); [/CODE]
but i dont know what mysql need here (????)
and i am sure there is a buildin functiuon that can do that
any ideas?
im trying to insret (using php) french words into a table.
my list contailn words that are written allready with the code of the accent word.
eg:
capacitxc3xa9s
achicrxc3xa9e
i know that xc3xa9 is [HTML]é[/HTML]
i thought to convert the word using
[CODE=php]ereg_replace("x c3xa9",????,$wo rd); [/CODE]
but i dont know what mysql need here (????)
and i am sure there is a buildin functiuon that can do that
any ideas?