CP Home
Database
Description
Script Index
I-5 QMC
MySQL
Database
SQL
PHP
HTML
Email

Delete Registration - Database Maintenance Scripts

Produces a webpage form of existing registered drivers and
deletes the selected registation from the racing.events table



Script: delete_registration_form.php

Input

From Maintenance Menu:
  1. home_club | text
  2. validate | text
From racing database:
  1. CURDATE() | today's date
  2. DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) | yesterday's date
  3. html.Car_Classes | array
  4. racing.events.[car class] | arrays
  5. drivers.First_Name | text
  6. drivers.Last_Name | text
  7. html.Head | text
  8. html.Menu_Top | text
  9. html.Tail | text
  10. validate.Mode | text
Actions



Output

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




Script: delete_registration.php

Input

From delete_registration_form.php: See Output above

From racing database:
  1. CURDATE() | today's date
  2. DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) | yesterday's date
  3. html.Car_Classes | array
  4. racing.events.[car class] | arrays
  5. html.Head | text
  6. html.Menu_Top | text
  7. html.Tail | text
  8. validate.Mode | text
Actions



Output

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