1

I am using PHP and JavaScript in my application.

I want to delete entries from the database, a process which requires a significant amount of time, thus I would like to report the progress to the end-user.

I'd like to know how to achieve this, could anyone explain the theory to me?

1
  • 1
    show some code ! what you have done. Commented Jul 10, 2012 at 7:32

1 Answer 1

1

You need 2 scripts:

  • First for delete
  • Second for status

First make a request to the first script, and then make a second request to the second script that will report you a progress.

Then you can use any of the jQuery plugin to display the progress bar.

Sign up to request clarification or add additional context in comments.

1 Comment

can u give me a breif intoduction to 2nd script which will report status

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.