aqbookfund.pl
script to administer the aqbudget table.
$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_form,
then - we show the record having primkey=$primkey and ask for deletion validation form * delete_confirm,
then - we delete the record having primkey=$primkeyHey! The above document had some coding errors, which are explained below:
=over without closing =back