
Step 1 - Create a new Site for our project
Step 2 - Create catalog.php from the template
Step 3 - Create a Connection to the database
Step 4 - Create a recordset for LatestNews
Step 5 - Create a recordset as catalog
Step 6 - Create the Album Detail Page
3 Tables - Album Table | Artist Table | News Table
RS - LatestNews Recordset
RS - Catalog Recordset
Diagram - Server, Dynamic Web Pages
Dialog box - Apply Template to Detail Page
Step 7 - Add administrative to your site:
Admin Edit
Admin Delete
Admin Add
Step 8 - Add security to administrative pages:
Create Login Page
Restrict Access to Admin Pages
Step 9 - Add Search Feature to your site:
Part 1
Part 2
Part 3
Part 4
Make sure to save dream2.zip on any drive you want (not the desktop), then
simply unzip it to dream2 Folder. You will end up with C:\dream2 if you save
it on your C: drive.
You will create an application where your customers can view data from the database and can go to detail records for each piece of data. You can administer and change the data for each record in the database, and you can add more records to the database. You will learn how to use templates with dynamic data, bind tables to one another, how to use the Application Objects, and how to use one Recordset with another to select data to display in a form that updates another Recordset.