php3-list | 200003
Date: 03/29/00
- Next message: Gary Bickford: "Re: [PHP3] PHPLIB and 2 databases"
- Previous message: Sascha Schumann: "Re: [PHP3] persistent data"
- Next in thread: Louise: "Re: [PHP3] too complicated for a newbie?"
- Reply: Louise: "Re: [PHP3] too complicated for a newbie?"
- Reply: Jason Brooke: "Re: [PHP3] too complicated for a newbie?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Gary Bickford: "Re: [PHP3] PHPLIB and 2 databases"
- Previous message: Sascha Schumann: "Re: [PHP3] persistent data"
- Next in thread: Louise: "Re: [PHP3] too complicated for a newbie?"
- Reply: Louise: "Re: [PHP3] too complicated for a newbie?"
- Reply: Jason Brooke: "Re: [PHP3] too complicated for a newbie?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

