Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Performance tuning php app

Status
Not open for further replies.

ndnalibi

MIS
Nov 12, 2002
61
US
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
 
sure. just echo out the text before you do the database calls.
 
Thanks for the input.

The only thing I had before the echo was a stripFormSlashes include, so I moved that to after the echo, must am getting the same results.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top