Can you help me to write a php script that can turn your web page into editable?

I am trying to write a script (preferably php) that can make my web page into editable page. I got stuck, and now I am online and ask for help.

2 Responses to “Can you help me to write a php script that can turn your web page into editable?”

  • WebGuy:

    Well this could mean several things, but if you mean you want to make different sections of the page editable then yes of course. The simplest approach would be to integrate mysql with php and add edit links to each section and through ajax/otherwise change the field to allow input with a textarea and a update button.

    Ajax class to help:
    http://webdevxchange.com/node/13

    Now, if you meant making the file editable, I don’t recommend this, but you could do this as well.

  • mcm1251595151:

    The best way is to store the content of each page in a database and provide a log in protected page that allows editing pages. You can check out MCM PHP Simple CMS or one of the many other CMSs out there such as xoops, drupal, etc.

Leave a Reply