
|
Begin Registration - Database Maintenance ScriptsProduces a webpage form for selecting drivers for registration based on their home club and car classDrivers registration records are kept in the racing.events table under seperate car class named fields One registration applies to all races of that car class for the entire event Script: begin_register_form.phpInputFrom Maintenance Menu:
![]() Output To add_registration_form.php on Submit Driver:
![]() Script: add_registration_form.phpInputFrom begin_register_form.php: See Output above From racing database:
![]() Output To insert_registration.php:
![]() Script: insert_registration.phpInputFrom add_registration_form.php: See Output above From racing database:
![]() Output To racing database:
![]() Note: PHP arrays can't be stored in a database. They must be 'serialized' for storage and 'unserialized' when retrieved for use by the script as an array. |