Introduction

In this project you will continue working on integrating Web pages with the contacts database and you will use the connContacts connection you created in the previous project.  You will create a recordset, display dynamic data on a page (including a dynamic link),  and add a repeat behavior to display a list of all records in contacts, and link to detail.  Before you begin, view my example.

Remember to preview the page after each step.

What to Do

  1. You should already have a working connection (connContacts - created in the previous project).
  2. Create list.php and create a simple recordset that includes all the fields (columns). Test the recordset, then save and upload the file.
  3. Create a new page named detail2.php.
  4. Either
    1. Set up the data on the list page and detail2 page, insert a repeat behavior on the list page, and add adynamic link to the detail2 page OR
    2. Use the Master Detail Page Set wizard to create a list of records that link to detail2.php. Make sure both pages link to your external CSS.


  5. Upload and test your work.  Your file should work like my example

 

Submitting work

Grading - 50 points

Points Requirements
5 external CSS (background, font, links)
5 dynamic data in list.php
10 repeat behavior
10 link to detail

10

query string (URL Parameter) shows in ULR when you go to the detail page

10

Detail page displays the correct record