[PHP] Re: Loading message

2001-10-25 Thread _lallous
the page won't ever showup unless the webserver finishes processing the PHP file, therefore the Loading ... will appear while the page is waiting for its component to finish loading (images, javascripts, flash files, ) therefore what you're asking for has a javascript solution: 1)make a div

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
some sort of loading message while a database search is active. - Daniel -Original Message- From: _lallous [mailto:[EMAIL PROTECTED]] Sent: den 25 oktober 2001 13:14 To: [EMAIL PROTECTED] Subject: [PHP] Re: Loading message the page won't ever showup unless the webserver finishes

Re: [PHP] Re: Loading message

2001-10-25 Thread Derek Mailer
PROTECTED] Sent: Thursday, October 25, 2001 11:27 AM Subject: RE: [PHP] Re: Loading message I will try experimenting with that. But my situation is: A page with multiple php file includes. The page loads on to the includes, loads them and continues to load the includes below. I want to display

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
Is your script really taking that long to be parsed that you need a loading progress bar or is the html (including graphics etc) just very big? Parts of the page is rather heavy loaded. The main php file loads fine and displays it´s contents until it reaches one of the heavy includes (heavy

Re: [PHP] Re: Loading message

2001-10-25 Thread Jon Farmer
the page won't ever showup unless the webserver finishes processing the PHP file, therefore the Loading ... will appear while the page is waiting for its component to finish loading (images, javascripts, flash files, ) Totally incorrect. I have a page on our intranet that checks whois

Re: [PHP] Re: Loading message

2001-10-25 Thread Derek Mailer
the problem. Hope this helps, Derek - Original Message - From: Daniel Alsén [EMAIL PROTECTED] To: Derek Mailer [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 11:45 AM Subject: RE: [PHP] Re: Loading message Is your script really taking that long to be parsed that you need

Re: [PHP] Re: Loading message

2001-10-25 Thread _lallous
is helps Derek - Original Message - From: Daniel Alsén [EMAIL PROTECTED] To: php [EMAIL PROTECTED]; _lallous [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 11:27 AM Subject: RE: [PHP] Re: Loading message I will try experimenting with that. But my situation is:

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
I agree with you Derek, It also depends on the webserver and your connection speed... perhaps the pages is already parsed and processed but your connection is slow somehow and you're getting the page partially as if it is beeing show while it is beeing processed/parsed. Actually i know why

RE: [PHP] Re: Loading message

2001-10-25 Thread Daniel Alsén
Could i have a hint of what you have done Jon? - Daniel Totally incorrect. I have a page on our intranet that checks whois information against about 10 whois servers. Right at the top of the page it says Checking. As soon as a response comes back from a whois server it shows in the

Re: [PHP] Re: Loading message

2001-10-25 Thread Jon Farmer
] To: php [EMAIL PROTECTED]; Jon Farmer [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 3:53 PM Subject: RE: [PHP] Re: Loading message Could i have a hint of what you have done Jon? - Daniel Totally incorrect. I have a page on our intranet that checks whois information against about 10

Re: [PHP] Re: Loading message

2001-10-25 Thread DL Neil
] To: php [EMAIL PROTECTED]; _lallous [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 11:27 AM Subject: RE: [PHP] Re: Loading message I will try experimenting with that. But my situation is: A page with multiple php file includes. The page loads on to the includes, loads them