Creating login page in dreamweaver consist of a series of steps. But firstly we need to prepare table in PHP my Admin. Then follow the required steps to attach the table to dreamweaver.
Here are example of the login page that i have created using dreamweaver..
1) Login.php - this is the login page. Visitor will have to log in first before they can view their data. But to log in succesfully visitor must first register their details. They can go to the link 'register' in order to register. The link 'register' will bring them to the registration page in file register.php
2) register.php - Visitor can register their details here. After succesfully register they will have an acces to view their details in file survey.php.
3) Warning.php -However if they failed to register (due to the use of same username) , the warning page will appear, and they will required to register again using different username.
4) survey.php - If visitor succesfully register and logged in, the file survey.php will be executed :)
No comments:
Post a Comment