Re: [PHP] PHP and Post Data

2004-12-22 Thread Richard Lynch
Shane Mc Cormack wrote: However, I am programming my own, and I have the Posted Data stored in the memory of the webserver, and when i execute the PHP.exe i need to tell it what the PostData is somehow. Call me silly, but I'm guessing you could read the Apache source and figure out how they do

[PHP] PHP and Post Data

2004-12-21 Thread Shane Mc Cormack
the POST data stored in a variable, i jsut need to know how to tell PHP the post data. On the webserver GET support works perfectly, as does POST support, all i need to do is tell PHP what the data is. Any help would be appreciated. -Shane -- PHP General Mailing List (http://www.php.net

Re: [PHP] PHP and Post Data

2004-12-21 Thread John Nichel
. my webserver has the POST data stored in a variable, i jsut need to know how to tell PHP the post data. On the webserver GET support works perfectly, as does POST support, all i need to do is tell PHP what the data is. Any help would be appreciated. Not sure I follow quite what you're asking

Re: [PHP] PHP and Post Data

2004-12-21 Thread Shane Mc Cormack
, i jsut need to know how to tell PHP the post data. On the webserver GET support works perfectly, as does POST support, all i need to do is tell PHP what the data is. Any help would be appreciated. Not sure I follow quite what you're asking, but if you have a form like this... form action

Re: [PHP] PHP and Post Data

2004-12-21 Thread Travis Conway
Subject: Re: [PHP] PHP and Post Data That works on a normal webserver yes. However, I am programming my own, and I have the Posted Data stored in the memory of the webserver, and when i execute the PHP.exe i need to tell it what the PostData is somehow. - Shane John Nichel wrote: Shane Mc Cormack

Re: [PHP] PHP and Post Data

2004-12-21 Thread Shane Mc Cormack
other products. Just redistrbute it according to the license. - Original Message - From: Shane Mc Cormack [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:36 PM Subject: Re: [PHP] PHP and Post Data That works on a normal webserver yes. However, I am programming