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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:07:58+00:00 2026-05-27T13:07:58+00:00

I have a program that put logs into a .txt file, updating them regularly

  • 0

I have a program that put logs into a .txt file, updating them regularly (every few seconds).

I’d like my PHP script to check the file size of this .txt, and, if it changed, refresh the page.

This is what I wrote, not working as expected:

$filename = "log.txt";

if (file_exists($filename)) {
   $dfile = filesize($filename);
}
echo $dfile;

$c=0;
while($c < 10) {
if ($dfile !== filesize($filename)) {header("Location:http://127.0.0.1/parser.php");}   
else{usleep(2000000);}
}
  • 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-27T13:07:59+00:00Added an answer on May 27, 2026 at 1:07 pm

    As Sid Malani said, definitely the sort of thing you should use AJAX for. I doubt this sort of thing could be done without some sort of asynchronous polling. At least in a browser environment (because of the way browsers work), on the console it wouldn’t be hard at all.

    Now, the simplest way to do it is just to have the page refresh itself every so many seconds with an HTML meta refresh regardless of whether or not the log file has actually changed.

    <head>
         <meta http-equiv="refresh" content="20" />
    </head>
    

    If you know that the logs are updating every few seconds anyway, it doesn’t really matter if they have changed size or not, because you can bet that they have anyway.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a program that saves data to file and i want to put
I have a program that needs to use sleep. Like really needs to. In
Currently, I have a program that reads a file and uses an XMLTextWriter to
I have a program that reads a huge text file (line by line) and
I have a program that takes a list of names from a file and
I have a program that calculates some user input, and I would like to
I have a program that read urls in a file and does a gethostbyname()
I have a program that generates a plain text file. The structure (layout) is
I have a C++ program that I wrote, and I would like to give
I have a Java program that runs on Linux and telnets into a remote

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.