Just guessing but have you tried: -
$sql = "INSERT INTO tableA (name,address,fax,email) VALUES
('$name','$address','$fax','$email');
INSERT INTO tableA (name,address,fax,email) VALUES
('$name','$address','$fax','$email');commit;";
Ged Jones
It must work.One note - in the second...