hi,
i have 2 tables
master = interventi
details = operatori
related with 3 key fields: num_int, anno and id_struttura
in after record added of interventi i have:
header("Location: operatori_list.php?mastertable=interventi&masterkey1=" .$keys["num_int"]."&masterkey2=" .$keys["anno"]."&masterkey3=" .$keys["id_struttura"]);
exit();
to redirect to online add (in the same page of master) of my details in operatori after add a record in master table.
When i push add new for details i can't see the "save" button but only the cancel one.
how may i enable the save button for my datails ?
how may i disable the save button of the master table to prevent accidental duplicate insert?
thanks
phprunner 5.3 build 7474