Hi,
Anyone knows if there's a way to show the progress of a running php script? Either by showing a progress bar or having a popup showing up with a timeglass spinning as long as the script runs.
Popup showing while running php script
Moderator: General Moderators
Re: Popup showing while running php script
Sort of. What you could do is have a javascript function called when the form is submitted / link is clicked which creates the popup. This will show while the PHP script is ran, and then once it's done it will load the next page. It's more of a trick rather than an actual realistic loading screen.
Alternatively, you can use JavaScript and iFrames to have a realistic loading bar (i.e. Like on multiple upload sites).
Alternatively, you can use JavaScript and iFrames to have a realistic loading bar (i.e. Like on multiple upload sites).
Re: Popup showing while running php script
found quite a few websites that share their insight on this matter
http://www.google.com/search?q=progress ... rt=10&sa=N
http://www.google.com/search?q=progress ... rt=10&sa=N