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
- You should already have a working connection (connContacts - created in the previous project).
- Create list.php and create a simple recordset that includes all the fields (columns). Test the recordset, then save and upload the file.
- Create a new page named detail2.php.
- Either
- 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
- 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.

- Upload and test your work. Your file should work like my example.
Submitting work
- Add a link to this assignment from 213portfolio.php.
- Upload your files to the CIS 213 server. Don't forget to TEST YOUR WORK on the server!
- Submit your URL to Moodle.
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 |
