Monday, 12 December 2011

PHP - Registration Page

 We start using PHP programming connected to Macromedia Dreamweaver this week. I think it's much better than using ASP because I cannot install IIS in my computer and therefore cannot run the ASP program.This is my first time using PHP and create database website using dreamweaver.

Registration Page :
Step 1 - Create database using MyPhp



Step 2 - set up the connection



Step 3 - Insert database in dreamweaver


This is the interface of the website. To let user register, we need to insert the database as follow :
* Highlight the registration form - Server Behaviors (+) - Insert Record
* Select the Connection  from database
* Select the table from database
* Make sure the columns displayed have a value
 *Lastly, select the page we want to view after user already registered.