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

2005-01-13 Thread Randy Clamons
IL PROTECTED] > Date: Thu, Jan-13-2005 11:44 AM > Subject: [PHP-WIN] This is a tricky one > > 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

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

[PHP-WIN] This is a tricky one

2005-01-13 Thread Louis Young
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 into a different session they seem to lose their values. So, what I did was created a tab