update one .php page fro ma master login page?

I wish to update a page on my main site, from a master control panel were I am the admin.
this is to prevent me doing all the updates automatically then re-uploading the pages with the new updates; instead i just login to the control panel type my update and it automatically links to the public page and displays it.
I know this can be done with mysql and php linking, but as im not very good with these could someone point in the direction of a script perhaps? or give me some tips?
many thanks
 
there is no "one script" for this kind of thing. You will have to redesign your site or place a "admin" area that deals with your database. If not you can log into your mysql admin and update the database itself through that.
 
Back
Top