mikenye Posted November 6, 2008 Share Posted November 6, 2008 Hi all, Has anyone ever written/used a Progress bar alongside php code? I have recently taken over as a webmasterat my company and im slowly learning Php. The site I have already has most of it built so im basically just amending and adding customer upgrades. I have a script that builds a pdf from several pdf's...however we have had a complaint from a customer that he dosent know if its working or not until it finally pops up. What id like to do is show a progress bar that will be in time with the actual php process. Anyone any ideas how I can do this? Thanks Mike Quote Link to comment https://forums.phpfreaks.com/topic/131619-running-a-progress-bar-along-side-code/ Share on other sites More sharing options...
JasonLewis Posted November 6, 2008 Share Posted November 6, 2008 PHP runs server-side so its not possible to do it with PHP. However, it could most likely be possible by utilizing AJAX. Look into it, it may help. Quote Link to comment https://forums.phpfreaks.com/topic/131619-running-a-progress-bar-along-side-code/#findComment-683589 Share on other sites More sharing options...
JonnoTheDev Posted November 6, 2008 Share Posted November 6, 2008 This is not true. You can acheive this by using output buffering. Search the forum on this topic. Quote Link to comment https://forums.phpfreaks.com/topic/131619-running-a-progress-bar-along-side-code/#findComment-683693 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.