Ok I'm trying to start up a cooking site. I have lots of cooking articles I want to add. And I don't want to have to manually change them all one by one if theres a change in the whole site like in the navigation or if i want to add a poll. Is there some way to do this? I want to be able to integrate my design and have seo friendly links.
I would make it using includes so have have a header include, a footer include, a sidebar include, and a content include - then when you chagne the header, footer, or sidebar, then it's changed globally
Its too simple <?php include("header.php"); ?> HERE GOES YOUR ARTICLE <?php include("footer.php"); ?> PHP:
where would both side bars go? Im a pure PHP noob and have never used it before.... Heres the link.... www.Towncook.com and i still have no idea to do what you said.... And i guess i have to add them all manually?
Here you go http://www.phpfreaks.com/tutorials/8/0.php Above article is for PHP noob, it will surely help.
You're basically looking for a CMS, so grab one... Joomla will let you make your own layout and give you the SEF URLs. The time it takes the write one will be longer than learning to use an already existing one.
Well you know what.... i must really suck at this kind of stuff because I have really no idea what I'm doing.... Joomla.... what the heck that didn't help me at all i didn't even know where to change the HTML! The tutorial didn't help because it expects you to know what your doing ( I told you i was a pure noob in this stuff! )