I have multiple single inserts on a page. I have the main insert that creates a SESSION value and then the other inserts use that as a foreign key. The problem is all the other tables have an auto increment primary key and when click the insert button it inserts a record for each table even if they are blank. How do I stop this as I am getting a huge amount of blank records.