PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
VisitorG
Forum Newbie
Posts: 2 Joined: Wed Feb 02, 2005 3:53 pm
Post
by VisitorG » Wed Feb 02, 2005 3:58 pm
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.
qads
DevNet Resident
Posts: 1199 Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane
Post
by qads » Wed Feb 02, 2005 5:01 pm
use stripslashes();
VisitorG
Forum Newbie
Posts: 2 Joined: Wed Feb 02, 2005 3:53 pm
Post
by VisitorG » Wed Feb 02, 2005 6:46 pm
It's working
thaks a lot
merci beaucoup