Problem with modifying web pages<

liunx

Guest
Hello,

Im a relatively new PHP developer and a client of mine wants to update some pages on his own site. Pages such as <!-- m --><a class="postlink" href="http://robdougan.tcslon.com/Abington/menu_burns.html">http://robdougan.tcslon.com/Abington/menu_burns.html</a><!-- m -->

Basically I need a starting point to develop a PHP template to solely edit the text on this page, just the menu itself.

Any help would be much appreciated,

Michael.make a basic CMS;
store the text (Content) in a mySQL
database, and use a PHP and forms to update.
 
Back
Top