johnnyasterisk
IS-IT--Management
I have 2 php pages:
index.php - Is a simple form that collects information
process.php - is reciving the variables from the form and is carrying out some actions to process data, send emails, send sms etc.
However it takes about 10 seconds to fully run process.php after submitting the form. The problem is some impatient users my click the submit button multiple times so I wanted to display a message saying "Please Wait your information is being processed"
Can anyone suggest how I would do this with examples. Thanks
The JA
index.php - Is a simple form that collects information
process.php - is reciving the variables from the form and is carrying out some actions to process data, send emails, send sms etc.
However it takes about 10 seconds to fully run process.php after submitting the form. The problem is some impatient users my click the submit button multiple times so I wanted to display a message saying "Please Wait your information is being processed"
Can anyone suggest how I would do this with examples. Thanks
The JA