RE: [PHP] creating a very simple cms with one login and one mySQL database

2003-12-30 Thread Jay Blanchard
[snip] Is there a tutorial or article on stuff like this somewhere? [/snip] Search for an article on evolt.org called the ABC's of CMS, it is a fair starting point. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] creating a very simple cms with one login and one mySQL database

2003-12-30 Thread Charlie Fiskeaux II
I'm new to php and am trying to create a very basic content management system to let my client update a popup on their homepage. I'm using mySQL and have a good idea of how to do the login and set & read cookies, as well as accessing the database during the admin process. The part I'm not too