[PHP] Re: variable $PATH_INFO

2001-08-14 Thread Hidulf
$PATH_INFO is server variable, that appear on IIS but not apache. maybe you can try $REQUEST_URI, that return URL with query string there. or you can check all the server variable with phpinfo(). you can put this into the web server and run it on your browser. -- Hidulf http://www.hidulf.com "L

[PHP] Re: variable $PATH_INFO

2001-08-13 Thread lolodev news php
PHP is configured to loadModule php4ts.dll i don't know configured to pass that variable on ! Richard Lynch <[EMAIL PROTECTED]> a écrit dans le message : 014601c12459$6e069920$[EMAIL PROTECTED] > > why can i read PATH_INFO server variable with apache under windows server > ? > > > > with IIS 5

[PHP] Re: variable $PATH_INFO

2001-08-13 Thread Richard Lynch
> why can i read PATH_INFO server variable with apache under windows server ? > > with IIS 5 it's OK > > how can i ? > > -> Warning: Undefined variable: PATH_INFO in > e:\sitephp\php_edit\htdocs\var.php on line 3 Is Apache configured to pass that variable on? Did you compile as CGI -- IE, are y