php-general | 2001072
Date: 07/31/01
- Next message: Robert Borden: "[PHP] buildconf"
- Previous message: mike cullerton: "Re: [PHP] issues with __sleep() and __wakeup()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am running win2k sp1. The following code works with php 4.0.3 installed
however fails with versions php 4.0.5 and 4.0.6.
Any assistance would be appreciated
<?php
echo $PATH_INFO;
echo "<br>";
echo $HTTP_SERVER_VARS["PATH_INFO"];
?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Robert Borden: "[PHP] buildconf"
- Previous message: mike cullerton: "Re: [PHP] issues with __sleep() and __wakeup()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

