Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with accents using a Flash form

Status
Not open for further replies.

alexanderdring

Technical User
Dec 27, 2002
36
FR
Hi I have a made a really simple flash form and use the code below in order to send the information to a .php file (govip.php), which then in turn uses a phpmailer to send the mail.

on (release) {
form.loadVariables("govip.php", "POST");
}

This code is attached to the "Send" button. Everything works OK, except for accents. I need people to be able to enter characters such as é, ù, ê, etc but they are not translated properly when the e-mail is read back, instead appearing as à or ©. This may be a .php issue, but if anyone has any ideas, I would be really grateful!

Thanks.

Alex.

 
it might be an idea to unescape the text then wrap the flash output as xml and have the php file parse this xml adding accents etc by interpeting the code vales produced by unescape

%26 for & and so on

only an idea...untried
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top