
Originally Posted by
mburt
Well an admin/login system for your clients would involve:
- Databases for storing info - users, small website info, etc. - PHP and MySql databases work well together, so give that a shot
- be able to store/retrieve data (tizag PHP/MySql tutorials are good)
- use PHP sessions or cookies, or both, to store user logins
- display data with PHP
Generally these things are pretty simple. If you're really interested in doing it, then search up these things individually with Google. It shouldn't be too hard to find a decent tutorial somewhere.
Bookmarks