|
Delete Registration - Database Maintenance Scripts
Produces a webpage form of existing registered drivers and
deletes the selected registation from the racing.events table
Input
From Maintenance Menu:
- home_club | text
- validate | text
From racing database:
- CURDATE() | today's date
- DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) | yesterday's date
- html.Car_Classes | array
- racing.events.[car class] | arrays
- drivers.First_Name | text
- drivers.Last_Name | text
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
- validate.Mode | text
Actions

Output
To delete_registration.php on Delete Driver Registration:
- Checked pill_num[ ] | integer | array
- home_club | text
- validate | text
To Display:

Input
From delete_registration_form.php: See Output above
From racing database:
- CURDATE() | today's date
- DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) | yesterday's date
- html.Car_Classes | array
- racing.events.[car class] | arrays
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
- validate.Mode | text
Actions

Output
To racing database:
- racing.events.[car class] | array
To Display:

 |