Hello,
I am trying to write a page that has an include within.
I want to have links on the page that will change the include.
I cant figure out how to have the page on first load ( http://domain.com/index.php ) make the include be some set page ( like "news.php" for example), then with links coded like this,
<a href=http://domain.com/index.php?weather>Weather</a>
make the page reload, using the variable 'weather' in the include statment.
ideas?
I have sucessfully done a similar page that has an area that is filled with data from an include after clicking on a link, but the area is empty before hand. in this case, i need the area to be filled with a "default" page.
Beavis2084