I am looking for a example of a script to change data through a form.
I now can read a line with data from my (genealogy) database.
I have the following fields:
$id
$name
$iddad
$idmom
I have $id and $name filled and now want to do an update and change only the fields $iddad and $idmom.
But can someone help with an example to read the record and change 1 or 2 fields without changing or having to enter the other fields?