PDA

View Full Version : urlencoding and urldecoding



mooler
April 24th, 2003, 03:01 PM
Hi again

Iīve got another problem with special characters.

All characters loads nicely into my txt file but when I call them from my flash it seems like the php script doesnīt handle the special characters but translates them into something tha flash donīt understand.

Iīve tried the System.UseCodePage=true; in my swf and then special characters shows just fine so I figure the the problem is with in the php code. How do I encode the text from the text file to the php script and the decode it from tht php-file into the swf?

This might be all wrong and please tell me if so.

Attaching the php code