View Single Post
  #2 (permalink)  
Old 07-09-09, 08:13 AM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
I can think of a couple ways you can do this.

1. Possibly the easiest way would be to use Javascript's AJAX to send a request to a page that can query the database and check availability.

2. Submit the form to the final page and check availability then. You can always store the forms information in a session so the form can be re-populated if you have to go back. And a far as any files that have been uploaded, the saved files name can also be stored in the session so it can be deleted if the users change their mind.

I am sure there are several ways you can go once you understand what you can do.
__________________
Jerry Broughton
Reply With Quote