|
Add Event - Database Maintenance Scripts
Produces a webpage form for collecting data on new events and adds the new event(s) record to the racing.events database table
Input
From Maintenance Menu:
- home_club | text
- validate | text
From racing database:
- html.Head | text
- html.Menu_Top | text
- validate.Mode | text
Actions
Output
To insert_event.php on Submit Events:
- event_date[one|two|three] | date | array
- thru_date[one|two|three] | date | array
- description[one|two|three] | text | array
- urlx[one|two|three] | text | array
- location[one|two|three] | text | array
- scope[one|two|three] | text | array
- home_club | text
- validate | text
To Display:

Input
From add_events_form.php: See Output above
From racing database:
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
- validate.Mode | text
Actions
Output
To racing database:
- Add new event(s) to the event table
To Display:

 |