I've also been having problems with trying to pass parameters in the path,
using PHP as a CGI.  I would hate to go into production with this site with
page.php?query=value&query2=value2 type of URL's, but I've not been able to
find a way to get page.php/value/value2 to work (throws Premature end of
script headers).

If anyone has ANY suggestions about how to get this working with the CGI
version, it would be most appreciated! :)

cheers,
jaxon

> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, August 26, 2001 9:07 AM
> To: Anas Mughal
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Error while passing parameters as path
>
>
> > Actually, I need to run as CGI because I have customized
> extensiont to PHP
> > that my hosting company will not imbed in their PHP-Apache module. I am
> > totally fine with that.
>
> Why don't you just dl() your extension into the module version?
>
> > Bottom line is that I need to run PHP as CGI.
> >
> > Is there a way for this work in that mode?
>
> I dunno.  Has been so long since I have used the CGI version for direct
> web stuff.  Play with it and figure it out.
>
> -Rasmus
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to