Re: [PHP] Cell Colour Change!!! HELP

2003-11-07 Thread Burhan Khalid
student wrote: Hi I had somthing like the following in my code which almost works but code use debugging! But what would happen a totally different colour would show Please don't top post. What you need is elseif ($_GET['page']!="compose") { print("#009966") ; }

Re: [PHP] Cell Colour Change!!! HELP

2003-11-07 Thread student
Hi I had somthing like the following in my code which almost works but code use debugging! But what would happen a totally different colour would show In the above example would I assing the variable as such "Lowell Allen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I hav

Re: [PHP] Cell Colour Change!!! HELP

2003-11-07 Thread Lowell Allen
> I have a cell in my view.php which shows up in all my pages of my site. This > is wha tI need to do: > > If the user is on the home page(index.php) then the cell colour should be > blue. > If the user is on the compose page(compose.php) then the cell colour should > be green > If the user in on

[PHP] Cell Colour Change!!! HELP

2003-11-07 Thread student
I have a cell in my view.php which shows up in all my pages of my site. This is wha tI need to do: If the user is on the home page(index.php) then the cell colour should be blue. If the user is on the compose page(compose.php) then the cell colour should be green If the user in on the registration