$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.

<?php phpinfo(); ?>

--
Hidulf
http://www.hidulf.com
"Lolodev News Php" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> why can i read PATH_INFO server variable with apache under windows server
?
>
> with IIS 5 it's OK
>
> how can i ?
>
> <? print $PATH_INFO ?> -> Warning: Undefined variable: PATH_INFO in
> e:\sitephp\php_edit\htdocs\var.php on line 3
>
>
>
>



-- 
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