Hi there,
OK well I've run myself into a little bit of a problem. I am using includes for my header and footer files (using PHP).
Now the problem is that I want to echo (or display) certain information in the header based on the page they're visiting. So what I'd like to do is something like this:
IF the URL is home.php, echo (or display) THIS.
IF the URL is userhome.php, echo (or display) THIS.
IF the URL is recipes.php, echo (or display) THIS.
These "IF" statements are going to be in the header file, so that's why I need to know the URL or page link.
Any help would be appreciated! Thanks
