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

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 webser

Re: [PHP] PHP and Post Data

2004-12-21 Thread Travis Conway
ecember 21, 2004 10:36 PM 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

Re: [PHP] PHP and Post Data

2004-12-21 Thread Shane Mc Cormack
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 wrote: Hi I'm trying to integrate P

Re: [PHP] PHP and Post Data

2004-12-21 Thread John Nichel
Shane Mc Cormack wrote: Hi I'm trying to integrate PHP Support into a basic webserver i am creating for personal use (Windows). However i've run into a problem. I've got the _GET vars working, (using the QUERY_STRING Environment Variable), yet i can't figure out how to get the _POST vars set. m