Ok, i want to use 2 include tags. one for the content, and one for the naviation. Here are the tags which I have placed on main.php:
<?php include ("$nav"); ?>
<?php include ("$info"); ?>
Let's say I want to use contact.html as the "$info" and main.html as the "$nav"
how would I set that link up? would I do something like:
http://mysite.com/main.php?info=contat.html&?nav=main.html
i'm basically confused on how to add the extra inluded tag to the address is all.