View Single Post
  #3 (permalink)  
Old 08-29-03, 11:38 PM
Xtremist Xtremist is offline
Newbie Coder
 
Join Date: Aug 2003
Location: Pensacola, FL
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
when you have the information submitted into the DB, have that page with the insert statement redirect to the next page based on a select statement that uses the users name and password. It would get the ID for you and you could pass it on to the next page using a querystring.

So, Page 1 has the form where they enter the info. It submits to page 2.

Page 2 has all the insert statements and then it has a select statement based on the name, password, zip.... whatever... just need some way to identify them... you could even go as far as using a random number.

Then page 2 has a response.redirect using the ID to the rest of your form.
Reply With Quote