Re: [PHP] works in 4.4.2 - breaks in 5.2.1

2007-06-06 Thread Jim Berkey
You are probably right. An attempted new post writes a totally empty file. I was hoping it was just a syntax change in v5, but I discover that the code I was using isn't terribly good, so I'm spending some time on php.net and will try to create a new guestbook model using a mysql table, and hop

Re: [PHP] works in 4.4.2 - breaks in 5.2.1

2007-06-05 Thread Richard Lynch
Does the xmlString print out? Cuz my first guess is they turned off RAW_POST_DATA in the upgrade, so it's just blank... On Tue, June 5, 2007 11:34 am, Jim Berkey wrote: > I'm familiar with actionscript, but pretty new to php . . .I have a > guestbook script that worked fine until my host upgraded

Re: [PHP] works in 4.4.2 - breaks in 5.2.1

2007-06-05 Thread Jim Berkey
Thanks, sorry to expose my extreme ignorance. Glad I could provide some comic relief, though :-) I appreciate the advice, will study php interfacing with mysql and set it up better. Will also study on pr0n spam and race conditions so I don't contribute to more bad code. You are probably right ab

Re: [PHP] works in 4.4.2 - breaks in 5.2.1

2007-06-05 Thread Jochem Maas
Jim Berkey wrote: > I'm familiar with actionscript, but pretty new to php . . .I have a guestbook > script that worked fine until my host upgraded to php 5.2.1 - can anyone tell > me what part of my if statement or variable is breaking in 5.2.1? I send the > new data with Flash using xml.sendAnd

[PHP] works in 4.4.2 - breaks in 5.2.1

2007-06-05 Thread Jim Berkey
I'm familiar with actionscript, but pretty new to php . . .I have a guestbook script that worked fine until my host upgraded to php 5.2.1 - can anyone tell me what part of my if statement or variable is breaking in 5.2.1? I send the new data with Flash using xml.sendAndLoad, to the xml file via