Hi,
I have been developing myself a website lately using XHTML/CSS/PHP, however I want an easy way to update the content on my website, at the moment what im doing at the moment is editing each xhtml file individually with the content, ideally I would like to not have to edit the content on each page.
Please see below page for an example.
www.dmoranda.co.uk/newsite3
as you can see, the two main area's of concern are the left hand body sidebar div (this will be used as a newsfeed) I will be creating an admin page with a form that I can use to add content to this newsfeed div using PHP/CSS, storing the news in an SQL Database table - Does this seem the best way to accomplish this?
The main body div just to the right, I want to obviously add content to, but when a user selects a particular page to visit, I want the mainbody div to update? would this be the best way? otherwise I would have to go into each individual page and change the content. Also the newsfeed would be different on each page unless I kept them consistant?
I have been developing myself a website lately using XHTML/CSS/PHP, however I want an easy way to update the content on my website, at the moment what im doing at the moment is editing each xhtml file individually with the content, ideally I would like to not have to edit the content on each page.
Please see below page for an example.
www.dmoranda.co.uk/newsite3
as you can see, the two main area's of concern are the left hand body sidebar div (this will be used as a newsfeed) I will be creating an admin page with a form that I can use to add content to this newsfeed div using PHP/CSS, storing the news in an SQL Database table - Does this seem the best way to accomplish this?
The main body div just to the right, I want to obviously add content to, but when a user selects a particular page to visit, I want the mainbody div to update? would this be the best way? otherwise I would have to go into each individual page and change the content. Also the newsfeed would be different on each page unless I kept them consistant?