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

2007-06-06 Thread Jim Berkey
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 to php 5.2.1 >>

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

2007-06-05 Thread Jim Berkey
right about the HTTP_RAW_POST_DATA being at the source of it. My studies on php.net found http_post_data, but not http_raw_post_data. I'll keep studying. jimbo *** REPLY SEPARATOR *** On 6/5/2007 at 7:52 PM Jochem Maas wrote: >Jim Berkey wrote: >> I'm familia

[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