PHP and MySQL
January 6, 2005 12:25 PM
Subscribe
I'm developing a form Adobe Acrobat which, when submitting, calls a php script, which performs an INSERT into a MySQL database, then comes back with a "Thank you" web page. The script is called just fine and the INSERT works, but the browser hangs on the Thank You page. [more inside]
After much pulling of hair and gnashing of teeth, I've discovered that changing the http headers from
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> to
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
makes everything hunky dory. But I'm not sure why, or what ramifications making the change would have. What's wrong with iso-8859-1, dammit?
posted by jpoulos to computers & internet (3 comments total)
posted by savetheclocktower at 3:24 PM on January 6, 2005