I use mysql_set_charset(charset,resource) in my XAMP enviroment. It works fine.
When I move the script to the production server, I get an error message:
Fatal error: Call to undefined function: mysql_set_charset() in /home/msiisice/public_html/raceSelect.php on line 21
Why is this an undefined function when it's supported by PHP? Any work-around? I'm using this because of the need to properly store and display accented letters in support of French words.
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks