Hi I have a php-based site that does some heavy database work (selects, inserts and updates) on mysql. I am using includes to handle the sql statements and the confirmation email.
Is there a way to display a simple thank you page before the includes finish?
I'm worried that users will get impatient waiting (like that ever happens!)
Thanks,
Bill
Is there a way to display a simple thank you page before the includes finish?
I'm worried that users will get impatient waiting (like that ever happens!)
Thanks,
Bill