Help for this page
CUSTOMER_INFORMATION -------------------- ... country postal_code ...etc...
$dbh = DBI->connect($dsn, $user, $pass, { RaiseError => 1, PrintError => 1, AutoCommit = +> 1 }); ... $sql->execute($FName, $LName, $Address1, $Address2, $City, $State, $PostalCode);
select max(id) from customer_information where first_name = $FName and + last_name = $LName;