Hi Cor,
I think you will want to put htmlspecialchars() around what comes out of the database.

$String = htmlspecialchars($database_result);

HTH,
Best,

Karl


On Jul 20, 2011, at 9:24 AM, Cor wrote:

I am loading data from a mySQL database into Flash with PHP.
But I get a string with all the tag-signs replaced with %-characters:

%3C%3Fxml%20version=%221%2E0%22%20encoding%3D%22UTF%2D8%22%20%3F%3E% 0A%3Cdat
a%3E%3Cproject%3E%3Cproject%5Fcode%3E.....



_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to