I am looking a simple way for my client to update a few dates and shows on their web site with out me having to do it for them being that it will be a small update.
bill
2:43 am on Mar 24, 2004 (gmt 0)
Welcome to WebmasterWorld rockhound
Set up a server side include (SSI) and give the client access to the file.
Another option would be to set up a small CMS just for the pages that needed updating.
rockhound
10:48 pm on Mar 24, 2004 (gmt 0)
Thank You for the info bill.
mack
2:47 am on Mar 25, 2004 (gmt 0)
A very simple and messy way of doing this would be to have a form on a password protected page where the site owner can type in their intended new content. The form then uses fopen to write it to a text file on the web server. Set this to replace existing content within the file. Then on the page use an include to place the text from the file to within a php page.