However, this is the very first that I have actually realized it.
Using the very most basic of $_GET/include functions, what does the code look like at the beginning?
I know that once I get the basics of this philosophy, I will be able to do what I need to, but that's the crux... the basics.
Say I have a HEADER table that has the links in it
and a BODY table that is by default "index.inc"
In my mind, it looks like this, but I have a feeling I am way off:
Code: Select all
<td>
<a href= "<? include($_GET['contact.inc']); ?>" target="<? SOME VALUE THAT I DON'T KNOW; ?>">Contact Us</a>
</td>
<td>
<? include("index.php"); ?>
</td>What is the intial structure of the links, and what value do you pass... to where?
I hope that this isn't too trivial a thought... It's really where I don't get the process.
Thanks