Passing form data from different forms to different tables?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
cap2cap10
Forum Contributor
Posts: 158
Joined: Mon Apr 14, 2008 11:06 pm

Passing form data from different forms to different tables?

Post 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)
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

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

Post 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.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply