Posted by Jonathan Davis on 07/02/05 15:12
Hello,
I am looking at converting my webpage to use php includes to save time in
updating the site. I would like to setup a template for the design and use a
php include to add the content into the page.
I was looking at something like:
www.domain.com/index.php?page.php
or
www.domain.com/index.php?news/newspage.php
So the first url would include the content from page.php within say a table
in index.php
And the second would include the content from newspage.php.
The content would always be in the same place on the index page so is there
is a php include i could use that would achieve this?
thanks, Jonathan
[Back to original message]
|