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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:25:57+00:00 2026-06-06T09:25:57+00:00

i have made a server using php. The server is getting new information after

  • 0

i have made a server using php. The server is getting new information after some time. I want the server page to display only the current information. when a new information is received, it should delete the previous one and show only the recent. Can you help me in this.
my current code is:

        <?php 
   $fp=fopen("random.txt","a");
   fwrite($fp,$_POST['data']."\n");
   echo $_POST['data'];
   fclose($fp);
        ?>
  • 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-06T09:25:58+00:00Added an answer on June 6, 2026 at 9:25 am

    Change a to w or r+ to write new information each time:

    $fp = fopen("random.txt", "r+"); 
    

    The a means append which is why you were appending to previous file rather than writing new information.

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

Sidebar

Related Questions

Using MS SQL Server .I have made a Stored Procedure named SP_Get_CallsLogged . I
I have made a full application in JQM using cakePHP as the server side
i have made columns in some of the tables encrypted in sql server 2008.
I have a project made in flex, using PHP data services to access an
I using an Ubuntu server and I have mod_rewrite loaded but for some reason,
I've made a website using Flask and I have no problems getting things to
i am developing websites using php on my local computer. after i finish some
I have made a chat script using php, mysql and jquery. It uses json
I have local server for my site (i made it with XAMPP). How can
I have made an application (for my self) for feeds reading, using SyndicationFeed ,

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.