hello,
I have a form which i need to insert records into multiple tables. i am using $_POST to retrieve values from the previous page and have been using the following statement to insert into a single table
$dbQuery = "INSERT INTO staff (staff_no, fname, lname, position_, sex, dob, salary)...