Address Book Editor

If you are updating or deleting a record select it.




$value) { print ""; print ""; if($_POST['radAction']=="Insert") { print ""; } else { print ""; } //make textbxes read only and gray when DElete is chosen action if($_POST['radAction']=="Delete") { print "\n"; } ?>

Field

Old Data

New Data

$value  $row2[$index]  "; } //put old data in textboxes as starting point when action is Update elseif($_POST['radAction']=="Update") { print ""; } else { print ""; } print "