Page 1 of 1

[SOLVED] Problem at a file creation

Posted: Wed Feb 02, 2005 3:58 pm
by VisitorG
Hi!

I have some probleme.
I'm building an XML object in a flash application and I try to write it on a file using PHP.

My problème is that every " of my file have a / before.
the fichier can't be loaded because of that.

Is it ringing a bell to someone?

PS: excuse my english.

Posted: Wed Feb 02, 2005 5:01 pm
by qads
use stripslashes();

Posted: Wed Feb 02, 2005 6:46 pm
by VisitorG
It's working
thaks a lot


merci beaucoup