Saving multiple users form data.
Posted: Fri Sep 30, 2011 11:53 pm
This isn't as much of a problem as a question, but here it is...
I'm trying to figure out a good way to have one page for a application form, but I'm trying to figure out a good way to save more than 1 users field data. So I guess I have several questions...
1) What would be the best way to do this?
2) Could I save the field data within the form page, or would that not work... like "application.php?id=1"?
3) Should I save the data to a mySQL database? I don't really want to do this as there is a lot of applications. Our company has over 200 clients that have applications... So I'm trying to make this as dynamic as possible.
I guess I should provide some info on to how this works to make you understand a little bit easier.
A user logs in > goes to their profile... Clicks the applications still needed to be filled out.
Loads the form and has them fill it out.
Perhaps I should just have them submit the application to somewhere? I just don't know and I keep rambling on just trying to think of ideas, this is stressing me out so any help is much appreciated.
I'm trying to figure out a good way to have one page for a application form, but I'm trying to figure out a good way to save more than 1 users field data. So I guess I have several questions...
1) What would be the best way to do this?
2) Could I save the field data within the form page, or would that not work... like "application.php?id=1"?
3) Should I save the data to a mySQL database? I don't really want to do this as there is a lot of applications. Our company has over 200 clients that have applications... So I'm trying to make this as dynamic as possible.
I guess I should provide some info on to how this works to make you understand a little bit easier.
A user logs in > goes to their profile... Clicks the applications still needed to be filled out.
Loads the form and has them fill it out.
Perhaps I should just have them submit the application to somewhere? I just don't know and I keep rambling on just trying to think of ideas, this is stressing me out so any help is much appreciated.