Page 1 of 1

let brower display something while querying database

Posted: Fri Sep 05, 2003 4:15 pm
by jerry818
Hi everyone,

I’m working on a PHP script that takes user input, query mysql database, then output result. Since the query takes relatively long time, I’m wondering how to let browser display some other stuff (like an image) while querying database. Thanks a lot for any help.

Posted: Fri Sep 05, 2003 10:54 pm
by macewan
or you could display a picture of breast. this will certainly take their minds off the query.

Posted: Sat Sep 06, 2003 9:06 am
by JayBird
check out the code i posted in this post
http://www.devnetwork.net/forums/viewto ... highlight=

works really well

Mark