Re: [PHP-WIN] This is a tricky one

2005-01-13 Thread Randy Clamons
Louis, Try using $_SERVER['REQUEST_URI']. That will tell you the name of the page requested. Randy Clamons Systems Programming Astro-auction.com > Original Message > From: Louis Young <[EMAIL PROTECTED]> > To: php-windows@lists.php.net, [EMAIL PROTECTED] > Date: Thu, Ja

Re: [PHP-WIN] This is a tricky one

2005-01-13 Thread David OBrien
$PHP_SELF is the name of the current page. -Dave At 11:11 AM 1/13/2005, Louis Young wrote: Hi I have a header which I just include every time from all my pages, but the headers caption needs to change according to the page which has been loaded. I've tried global variables, but as soon as I jump