|
Car Classes - Database Maintenance Scripts
Provides a webpage form for editing the car class list, and updates the existing car class record in html.Car_Classes
Input
From Maintenance Menu:
- home_club | text
- validate | text
From racing database:
- html.Car_Classes | array
- html.Heat_Size | array
- html.Main_Size | array
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
- validate.Mode | text
Actions

Output
To insert_car_classes.php on Update Car Classes:
- car_class | array
- heatmax_[car_class] | integers
- mainmax_[car_class] | integers
- home_club | text
- validate | text
To Display:

Input
From edit_car_classes_form.php: See Output above
From racing database:
- html.Head | text
- html.Menu_Top | text
- html.Tail | text
- validate.Mode | text
- information_schema.COLUMNS.events | COLUMN_NAME
Actions

Output
To racing database
- html.Car_Classes | array
- html.Heat_Size | array
- html.Main_Size | array
- validate.Mode | text
- validate.Home_Club | text
To Display:

 |