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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:46:59+00:00 2026-05-26T07:46:59+00:00

I have a little issue while trying to kill time. I am writint to

  • 0

I have a little issue while trying to kill time. I am writint to a text file the contents of the filled in form so it is easy to read. At the moment everything gets put int a single line, and therfore I can not tell where msgs begin or end. I wrote a php like this:

$from = $_POST[from];
$friend = $_POST[friend];
$carrier = $_POST[carrier];
$message = stripslashes($_POST[message]);

if ((empty($from)) || (empty($friend)) || (empty($message))) {
header ("Location: sms_error.php");
}

else if ($carrier == "orange_mobile_network") {
$formatted_number = $friend."@orange_mobile_network.co.uk";
mail("$formatted_number", "SMS", "$message"); 

header ("Location: sms_success.php");
}

Then the SMS/Text message will be sent. After this I wanted to write/store/append the message on a txt file. So I wrote:

$myFile = "sms_Numbers_Mgs.txt";
$fh = fopen($myFile, 'a+') or die("can't open file");

$stringData = $_POST[from];
fwrite($fh, $stringData);

$stringData = $_POST[friend];
fwrite($fh, $stringData);

$stringData = $_POST[message];
fwrite($fh, $stringData);

fclose($fh);

But like I said. Everything works. I just want to be able to read the file and put everything in a new line and possibly format it nicely for easy reading. I do not want to use a DB for storing the TXT as my host is going to charge me.

  • 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-26T07:47:00+00:00Added an answer on May 26, 2026 at 7:47 am

    change this:

    fwrite($fh, $stringData);
    

    with this:

    fwrite($fh, $stringData . PHP_EOL);
    

    or:

    fwrite($fh, $stringData . "\r\n");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While I was trying to refresh page contents dynamically using Ajax/JQuery, I have learned
I've been pounding away at this issue for a little while, and have only
I have a little issue concerning an animation-effect which loads a certain div into
Hey guys I have a little issue here. I have a panel where I
I have little snippet for validatin' my form. I need help to position the
Does anyone else have infuriating usability issues while trying to work with MonoDevelop in
I have a little sample application I was working on trying to get some
i'm currently (trying) to program a little game. And i have a small design/deadlock
I have been playing with CouchDB and CouchApp for a little while now. I
I just started out with C and have very little knowledge about performance issues

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.