View Single Post
  #1 (permalink)  
Old 07-09-09, 07:12 AM
jonnekke jonnekke is offline
Code Guru
 
Join Date: Oct 2005
Location: holland!
Posts: 704
Thanks: 0
Thanked 0 Times in 0 Posts
check in database

Hi there..

I got a problem with this:

in my site I have several divs wich are "walked through" when a form is filled.

In div 1 I let the user select a data wich is provided from a MySql database.
If a data is booked it's not available

In the final step I want to check if the selected date is still available
(maybe someone was faster so it won't be available)

I can check this in php but then I need to reload the full page and all filled in items
in the form will be cleared.

I'm wondering if there is a way to check this and not reload the page OR do I need
to "transport" all variables to the check page?
and how do I transport a file that's allready selected for uploading?.

_j
Reply With Quote