let brower display something while querying database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jerry818
Forum Newbie
Posts: 3
Joined: Wed Jul 30, 2003 6:32 pm

let brower display something while querying database

Post 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.
macewan
Forum Commoner
Posts: 97
Joined: Mon Jul 07, 2003 8:27 pm

Post by macewan »

or you could display a picture of breast. this will certainly take their minds off the query.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

check out the code i posted in this post
http://www.devnetwork.net/forums/viewto ... highlight=

works really well

Mark
Post Reply