[SOLVED] Problem at a file creation

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

Post Reply
VisitorG
Forum Newbie
Posts: 2
Joined: Wed Feb 02, 2005 3:53 pm

[SOLVED] Problem at a file creation

Post 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.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

use stripslashes();
VisitorG
Forum Newbie
Posts: 2
Joined: Wed Feb 02, 2005 3:53 pm

Post by VisitorG »

It's working
thaks a lot


merci beaucoup
Post Reply