> -----Original Message-----
> From: Pekka Saarinen [mailto:[EMAIL PROTECTED]]
> Sent: 28 September 2002 10:14
> 
> For commonly used $PHP_SELF I use this:
> 
> if (isset($_SERVER)) $PHP_SELF = $_SERVER['PHP_SELF'];
> $scriptname = basename($PHP_SELF);

What's wrong with $HTTP_SERVER_VARS['PHP_SELF']?

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to