Hello everybody!

This might be a dumb question but i'm having a bit of trouble here:

I'm making a contact form in flash MX: the swf sends a string with the
variables through a loadVariables function. The string is read by a php
file. All the vars get their value through a $HTTP_POST_VARS [] function and
are sent to an email.

The thing is that the special characters such as ñ or á are changed. If I
write "méxico" id the swf file... the php send the email with the value
"méxico". Can someone please tell what can I do to fix this?


Thanks for your help,
Carolina

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to