I have waded through some of the scripts at hotscripts.com but it seems most of the CMS programs are far more involved than I want. I am looking for something small I can insert into sites I create that allows clients to update info on a specific page. Here are the main features I am interested in:
1 * PHP/MySQL script
2 * Small code that is inserted into page you want updated
3 * User login similar to a Forum script like phpBB2 or the likes (i.e. easy to use). Some basic WUSIWYG and file upload options are a plus but not necesary.
4 * Ability to place code on more than one page and user ability to edit more than one page independantly (e.g. "Home" code, "Current Events" code, "Articles" code, etc...)
5 * Admin login for me, not them

This is where I would generate "categories" for the pages and generate the PHP code for the page so I can insert it. User login for them where they can update the info for that page.
Basically something that works like this: Client updates their info in the CMS control panel for their home page, and the information is called up by a small code I can put into a table cell on the home page.
One page would be fine if that is all that is out there, so #4 is only a want. But if a script could offer customizable pages (e.g. in the Admin panel add a page, then the CMS would generation the script code and I would insert it into the page); from there the client updates the information as needed in the User Control Panel that would be great! So something basic, a full CMS is a little more than what I am looking for. Thanks for your time.