RE: [PHP] XML + PHP is going to eat my shorts [SOLVED]

2004-11-16 Thread Burhan Khalid
On Tue, 2004-11-16 at 09:50 -0600, Jay Blanchard wrote: > [snip] > > > [/snip] > > using fread the above line comae out like this(even though I was not > echoing the line, just processing) > > > > ...as soon as I added stripslashes the syntax error disappeared and > VIOLA!...xml file pa

Re: [PHP] XML + PHP is going to eat my shorts [SOLVED]

2004-11-16 Thread Marek Kilimajer
Jay Blanchard wrote: [snip] [/snip] using fread the above line comae out like this(even though I was not echoing the line, just processing) ...as soon as I added stripslashes the syntax error disappeared and VIOLA!...xml file parsing at its finest! magic_quotes_runtime enabled? what about

RE: [PHP] XML + PHP is going to eat my shorts [SOLVED]

2004-11-16 Thread Jay Blanchard
[snip] > [/snip] using fread the above line comae out like this(even though I was not echoing the line, just processing) ...as soon as I added stripslashes the syntax error disappeared and VIOLA!...xml file parsing at its finest! Thanks to all that helped -- PHP General Mailing Li