I have a URL PHP LINKs problem...
I'm a newbie and am currently teaching myself php and html...currently using dreamweaver and have been able to be pretty lazy with regards to learing code but now am using php...and got to type it in myslef....its good for me.
But i have a menu system with rollovers(LINKS) and want to assign a onclick variable to them, then have the main content change and navigate to a php page.....
Have tried href=<?PHP $page= "home.php";?> and this doesn't work should i be using onclick? How? Do i need to reset $pager variable each time....how?
And in my main content i have written <?PHP include("$page");?> and when it does it puts a lot of space in the content page.
This is a basic page i'm writing for this page you can view the source there isn't any php in it yet.
Thanks everyone.
aformoftruth