Click to See Complete Forum and Search --> : Help, suggestion on what to do CMS/PHP


mikerodriguez
06-26-2009, 03:53 AM
Ive built a few sites, and im getting so busy with school and other stuff, that i dont have time to update them, so i was think maybe i could create a page where my customer can login and edit the content on his own web site.

www.tbredbaseball.net/index2.php

for example, take a look at the link above.
how can i create a way for that person to update that site. I use a bit of PHP on that site. but i need a way that the whole site's content can be edited via the internet.

im pretty new at the web designing stuff, idk if i should use PHP and what are some of the method i could use to create this "content edit form" (lack of a better term) to help myself and my customer as well.


correct me if im wrong, but i think the term im looking for is "content management system" (CMS)

or maybe a PHP Form that updates the content of the site.



Thanks in advance

webmaster54880
06-26-2009, 10:02 PM
Hopefully you designed this site with some sort of template if not that is your first step and then you need develop some sort of backend for the site owner that allows them to change specific section of that template like content.tpl of highlights.tpl.

What you want to do is going to require a redesign of your source code and file structure and you will have to read up on security if you are going to let other people besides yourself have access to the websites inner workings.