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 3992106
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:43:33+00:00 2026-05-20T06:43:33+00:00

I honestly have no idea if this question has been asked before, or something

  • 0

I honestly have no idea if this question has been asked before, or something similar like it. It’s hard to search on such a thing.

So, here goes. I would like my webpage to run a program (PHP would be the correct choice here, yes?) hosted on the server, and then use the output of that program to print to a webpage. However, the program doesn’t print its output all at once, thus, when I’ve tried this before, it waits until the program exits successfully before printing output, rather than printing it as it is received. (Which makes sense)

How would one go about printing output to the webpage as each new result is returned? That is, after displaying the webpage, have entries be added to a div as the program outputs lines of text.

Ajax? Javascript? I’m just looking for what the be the correct way to go about this, not code.

  • 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-05-20T06:43:34+00:00Added an answer on May 20, 2026 at 6:43 am

    Personally, I would do this with three files:

    1. The script being run on the server (worker.php)
    2. The php file being called by the client (index.php)
    3. A second php file to process ajax requests from index.php (ajax.php)

    My workflow would be as follows:

    1. User calls index.php
    2. index.php makes a single call to worker.php, who starts producing output into a textfile (output.txt)
    3. index.php continually pings ajax.php seeing whether anything new has been added to output.txt, and continually updates as more output is available
    4. When worker.php is done, it outputs an EOF signal in the textfile, and deletes it X seconds later. (X is some value larger than the delay between pings to the ajax.php file.)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

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.