Log In System: DWMX 2004
Next we will create the pages for our login system.
Create the pages
Now let's add the pages we will need. It is usually easier to set them up before you begin adding forms and code. For this tutorial we will use the following pages. (For an easy way to create pages directly in your Web root folder, click the top level folder of your site file window while holding down the control key (right mouse on a Windows machine.) Then choose “new file” from the menu that appears.)
- login.php
- registration.php
- sorry.php
- taken.php
- restricted.php.
- admin.php
(Note: Some of these pages could actually be simple HTML pages, such as the sorry and taken pages.)
Next we need to connect to the database in Dreamweaver-->