r.gelstharp wrote:
> Is there a PHP equivalent of "Request.ServerVariables( "SCRIPT_NAME" )"
from
> ASP?
The value will be available in the $HTTP_SERVER_VARS array as
$HTTP_SERVER_VARS['SCRIPT_NAME'] and/or as $SCRIPT_NAME or via
the getenv() function.
You really should review the first three sections of the PHP manual
it contains the answers to all of your recent questions.
--zak
--
PHP Windows 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]