Page 1 of 1

Passing form data from different forms to different tables?

Posted: Mon Apr 14, 2008 11:45 pm
by cap2cap10
When I use the sessions php in my forms, will the data go to the same table fields associated with the primary key(userID). When a user is registering their data, they have not been added to the database yet.
So when they input their data, will their be a problem with data going to different tables in the same database from multiple forms. I need a intermediate programmer to explain the process to me. Any one up to the challenge of enlightening me?

Batoe 8)

Re: Passing form data from different forms to different tables?

Posted: Tue Apr 15, 2008 4:10 am
by s.dot
You can only process one form at a time. You will have to write the query to insert into the table that the data should be inserted to.