Hello,
So I am having a bit of an issue with some forms I am working with. Let me first descirbe the issue at hand then we will get to my request for help.
So I have 3 tables set up with roughly 120 columns. Not all of these columns will contain data as it is based on users entry. Basically what I am trying to do is have the id from the first table match that of the second and third. The script is hit and miss right now by using the mysql_insert_id() function.
I would like to let these databases manage themselves and correlate there id's so all three forms can be queried by user id.
I thank you for all of your time in advanced hope you can be of assistance!