Re: [PHP-DEV] Re: Small CGI Serve

2002-06-25 Thread BB
Does no-one know how I can get the POST vars in there? If I get this done, then my server will be complete and ready to be re-written to be half decent :oP "Bb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Get vars are working now! > > Just gotta do post and

Re: [PHP-DEV] Re: Small CGI Serve

2002-06-19 Thread BB
Get vars are working now! Just gotta do post and i'm virtually done! Anyone got a guide? "James Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > > I have found if you set the environment var "REDIRECT_STATUS" to "FALSE" > > then it works > > > > Someo

RE: [PHP-DEV] Re: Small CGI Serve

2002-06-19 Thread James Cox
> > I have found if you set the environment var "REDIRECT_STATUS" to "FALSE" > then it works > > Someone explain? > > > > Having finally found out how to pass the Environment vars onto PHP, I am > > stumpted to find that PHP wasn't reading them and putting them in their > > place (GET vars). > > >