# Flash to php to e-mail not showing "áéºç"

**URL:** https://forum.kirupa.com/t/flash-to-php-to-e-mail-not-showing-ae-c/63815
**Category:** Uncategorized
**Created:** [September 10, 2004, 5:21am UTC](https://forum.kirupa.com/t/flash-to-php-to-e-mail-not-showing-ae-c/63815 "2004-09-10T05:21:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![crop](https://avatars.discourse-cdn.com/v4/letter/c/a587f6/32.png) [@crop](https://forum.kirupa.com/u/crop)
#### Post date: [September 10, 2004, 5:21am UTC](https://forum.kirupa.com/t/flash-to-php-to-e-mail-not-showing-ae-c/63815/1 "2004-09-10T05:21:41Z")

</div>

Hello

I’m new to PHP and I searched the web to come up with a code that collects several variables from flash MX and send’s then to a php script that presents them by e-mail.  
When I use special characters in the form, the e-mail comes all strange.  
I red some stuff in the web and saved the script as utf-8 from the notepad. Nevertheless, it still doesn’t work.

I’m very tired and desperate.

Help, please help.  
Is there a quick way to make the e-mail presentable? And an easy way (I’m new to php, and I can’t learn it now).

Crop

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 10, 2004, 5:53am UTC](https://forum.kirupa.com/t/flash-to-php-to-e-mail-not-showing-ae-c/63815/2 "2004-09-10T05:53:17Z")

</div>

I’m having a similar problem… my french html-encoded text won’t render leaving me with page titles like “français” though other encoding like &amp, will. I’m pulling it from a dB which runs both the HTML and the flash version… any ideas?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 10, 2004, 7:56pm UTC](https://forum.kirupa.com/t/flash-to-php-to-e-mail-not-showing-ae-c/63815/3 "2004-09-10T19:56:43Z")

</div>

Hi

I just did it. I red in a forum and it worked for me - I’m using outlook express with western european encoding (or somethin - don’ know much about it, yet).

On your flash, put an action with

System.useCodePage = 1

It should solve the problem.  
(Don’t forget to save the php as utf-8)

Best luck
