PHP Page Engines ? Hey, im in need of help :(. I've been trying to re-design woohoo sims to use PHP instead of HTML. What I want is to have the Index.php page almost like the master page. So that when i edit the sidebar in the index file, i don't need to edit the same part in every single page on the site. At the moment i need to edit every page to add something to the sidebar. I only want to have to edit one page because its much faster. Im not lazy its just I edit the site all of the time and having to edit every individual page is a pain. So anyways i've tried but just can't get me head over it. Can anyone help me with what im trying to do ? Thanks! :happy:
So let me get this straight. You want to build a php page, but what you'd like to do is when you update the sidebar, you'd like to only do it once instead of thousands of times(once for each page)..correct ?
www.php.net/include Basically you setup your content to "include" certain pieces of information at certain points. Could be simply text. Or could be complete sections or segments of HTML or your website layout. There you go