<<

NAME

aqbookfund.pl

DESCRIPTION

script to administer the aqbudget table.

CGI PARAMETERS

op this script use an $op to know what to do. op can be equal to: * empty or none of the above values, then - the default screen is build (with all records, or filtered datas). - the user can clic on add, modify or delete record. * add_form, then - if primkey exists, this is a modification,so we read the $primkey record - builds the add/modify form * add_validate, then - the user has just send datas, so we create/modify the record * delete_confirm, then - we delete the record having primkey=$primkey

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 33:

=over without closing =back

<<