Hi,
ok I am trying to figure out how to do this the best way,
I have a form that has more then one page to it, I read some where that you could take the information from the form and set it as a session so you would not have to hardcode all the hidden fields which sounds good to me I am just not sure how I could take all the $POST[] except $POST['submit'] and set them as $SESSIONS[] also is it possible to have say $POST['...'] then when coverting to $SESSION have it show like $SESSIONS['POST']['colname'] which would call the value, so when I take the var in $SESSION it would only grab the form stuff and not any other sessions that I may have set say like $SESSION['user_id'] ??
Also now when I run the query how can I have it dynimily create it base on whats in the array for example if its a INSERT?
Thanks for your insight on doing this code!
Sincerely,
Christopher