Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8520661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:35:45+00:00 2026-06-11T06:35:45+00:00

We have designed a Progress bar, using Jquery Ui. we need a program that

  • 0

We have designed a Progress bar, using Jquery Ui. we need a program that can deliver data in numeric value.
That code is not working

PHP CODE

<?php
 ob_start();
 $array = array(10,20,30,40,50,60,70,80,90,100);
 foreach($array as $a ){
echo $a;
 sleep(1);
ob_end_clean();
 }
 echo 100 ;
 ?>

PHP code for echo a single item, it clears the existing data, so that our Ajax program can get the actual numeric data.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:35:47+00:00Added an answer on June 11, 2026 at 6:35 am

    You need to send a request to your php script with a parameter if you don’t have an actual update:

    $(function() {
        $("#progressbar").progressbar({ value: 0 });
        setTimeout(function(){ updateProgress(0); }, 500);
    });
    function updateProgress(data) {
        $.get(url+'?progress='+data, function(data) {
            // data contains whatever that page returns     
            if (data < 100) {
                $("#progressbar").progressbar({value: parseInt(data)});
                $("#progresstext").html("<p>    Loading...<p>");
                setTimeout(function(){ updateProgress(data); }, 500);
            } else {
                $("#progressbar").progressbar({value: 100});
            }
        }); 
    }
    

    and your PHP script:

    <?php
        echo (int)$_GET['progress']+10;
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have designed a web browser.except for the progress bar it is working fine.
I have designed a webpage that can display properly in Windows XP (IE8) .
I have designed a menu that consists of a few buttons in several different
I have designed a system that is made up of 3 separate applications: Web
I have designed some classes using Visual Studio class diagramming. Now I would like
I have designed a weighted graph using a normalized adjacency list in mysql. Now
I have designed a GUI connect to DB button using Swing in java now
I have designed my database in such a way that One of my table
My domain classes that have one-to-many mappings generally take the following form (untested code):
i have designed an form in that form contain button when i click on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.