php3-list | 200003

[PHP3] too complicated for a newbie? From: .:..:..:...Modest 013.::...:..:..: (modest013 <email protected>)
Date: 03/29/00

Hopefully I can clearly explain what I'm trying to accomplish ...

I have created a page (index.php3) that I would like to use as the template for all content to flow into. The header, footer and right and left rails are being pulled in as .inc files using require.

I would like to have the main content well (all contained within a single TD tag) load content depending on the the link the user has selected. I am hoping this can be done using if-elseif-else statements,...
"if the user clicks on about link,
print about.inc,
elseif the user clicks on catalog link,
print catalog.inc,
else load foo.inc"

but I am not sure if this is possible, or how to do it even if it was. Please ask me to clarify if this isn't a decent explanation. Tutorials, brief explanations...all help accepted.

Thanks in advance,
Quinn