id for the entry.\n
Press the BACK button of your browser to correct.\n
");
exit (1);
}
$err = msqlQuery ($db, "insert into addr_book
values ($id, '$lname', '$fname', '$title', '$dept', '$company', '$tel', '$fax', '$e_mail')");
if ($err < 0) {
echo ("
Could not insert into the address book:
\n
$ERRMSG\n
Press the BACK button of your browser if you want to try again.\n
");
exit (1);
}
msqlClose ($db);
>
$lname, $fname
Successfully inserted into the address book.
Press the BACK button of your to insert another entry.