Page is a not externally linkable
mack - 9:07 pm on Aug 20, 2007 (gmt 0)
For example lets say the page the customer needs to be able to modify is the prices page. You could call the page prices.php you couch then have the .php file include a text file, or read from a database. The end user couch then edit the information through a web interface. I guess this would be content management at it's simplest. Just some ideas. Mack.
If it is just certain areas of the site that the client needs to be able to change you could make those specific areas scripted. For example you could have an admin area where the end user can log in and make changes, the changes are then reflected on the specific page.