|
Race Results - Database Maintenance Scrips
Permits user to select a race date and produce a page of selected race results.
Input
From Maintenance Menu:
- home_club | text
From racing database:
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
Actions

Output
To race_results.php on click:
- Race_Date | date
- home_club | text
To Display:

Input
From race_results_form.php: See Output above
From racing database:
- CURDATE() | today's date
- DATE_SUB(CURRENT_DATE, INTERVAL 1 DAY) | yesterday's date
- event.Event_Num | text
- race.Results | html
- race.Race_Class | text
- race.Status | text
- race.Type | text
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
Actions

Output
To Display:

 |