Connection established successfully!

WDV341 Intro PHP

Events SELECT Homework

View Events

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

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

Each event 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 event_id as a GET parameter on the URL in the href attribute of the hyperlink element.

1 records were found.

Event Name Event Description Presenter First Name Presenter Last Name Event Date (yyyy-mm-dd) Event Time (24h clock, hh:mm:ss) Update Delete
0000-00-0000:00:00UpdateDelete

Return to Login Page