Connection established successfully!

WDV341 Intro PHP

Presenters CMS Example

DELETE Record Page

This page is called from the viewPresenters.php page when the user/customer clicks on the Delete link. This page will use the presenter_id that has been passed as a GET parameter on the URL to this page.

The SQL DELETE query will be created. Once the query is processed this page will confirm that it processed correctly. It will display a confirmation to the user/customer if it worked correctly or it will display an error message if there were problems.

Note: In a production environment this error message should be user/customer friendly. Additional information should be sent to the developer so that they can see what happened when they attempt to fix it.

Please delete record number: 53

Your record has been successfully deleted.

Please view your records.

Return to Login Page