On Wed, 29 May 2002, Dr. Indera wrote: > I'd to know how difficult it is to achieve the following: > > Create login page, when the submit button is clicked, the user info is > checked against a database as to whether is login info is valid. if it > is valid, a page is displayed that lists all of the classes that the > user has registered for, meaning each user will see a different list of > classes.
It's very easy. Just take it slow and break your approach into steps. First deal with the login stuff. There are countless examples in the list archives here as well as on PHP development web sites from here to Vladivostok. Then all you have to do is fall through from your login function to your main page, which looks at the login credentials to determine which data to display. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php