Connection established successfully!

WDV341 Intro PHP

Presenters CMS Example

View Presenters

This page will pull all of the presenters from the presenters table in the database. It will display all of the columns for each presenter as an HTML table.

Each presenter has an Update link. The update link will call a form page that uses PHP to fill out the form for the chosen presenter. Notice how the link passes the presenter_id as a GET parameter on the URL in the href attribute of the hyperlink element.

Each presenter has a Delete link. The delete link will call a php page that will delete the selected record from the table. Notice how the link passes the presenter_id as a GET parameter on the URL in the href attribute of the hyperlink element.

0 records were found.

First Name Last Name City State Zip Email Address Update Delete

Return to Login Page