The most advanced I have gotten into php is the include function. Thats it. Now that you know how [FONT="]experienced[/FONT] I am with php, you can tell me if what I am thinking is possible or what a better solution would be.
So I have my little website, and on the main page I have <?php include (“news.php”);>. Is there anyway to replace that code after you click a link? For example. I have my page layed out, but when someone clicks “animations” the news.php will be replaced with animations.php and the page will just remove the news.php and replace it with animations.php, keeping the design in tact.