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

  • Home
  • SEARCH
  • 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 6172417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:23:22+00:00 2026-05-23T23:23:22+00:00

$out_text = \r\n; $out_text_body = implode(\r\n, $output_array); $out_text = $out_text . $out_text_body; fwrite($han, $out_text);

  • 0
$out_text = "\r\n";
$out_text_body = implode("\r\n", $output_array);
$out_text = $out_text . $out_text_body;
fwrite($han, $out_text);

Code above successfully adds a bunch of CSV lines which are stored in an array to a file separated by new line characters. The file being written to contains a bunch of CSV lines already.

The problem is that, despite pre-pending the the text to be written with an extra “\r\n”, in the newly written CSV, the new block always starts on the same line as the old one. The implodes variable works fine.

Stumped on this, but been looking at it so long I cannot see the problem which is hopefully simple.

Dan

  • 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-23T23:23:22+00:00Added an answer on May 23, 2026 at 11:23 pm

    Can you just start by writing a line:

    fwrite($han, PHP_EOL);
    fwrite($han, $out_text);
    

    As an asside, while technically it does not matter, I would be much more likely to do this:

    fwrite($han, PHP_EOL);
    foreach( $out_array as $out_text )
    {
        fwrite($han, $out_text);
    }
    

    I generally reserve writing large blocks of text (which include newlines) to file_put_contents. Technically it does not matter, and the above is more PHP 4 compliant (though I doubt we care about that anymore), but it does have a more standard “feel” to it.

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

Sidebar

Related Questions

I am trying to run the code in there selected answer but can't figure
I'm using the following code to take the value of one field, subtract it
It turns out the following which looks like valid javascript, is not: <html> <body>
I am trying to run a sample javascript code from the link: Link Nothing
I have documents which I am indexing with Lucene. These documents basically have a
I have a simple php page which outputs a table (which has been created
Can a Java Applet able to print out text/html easily to standard printer driver(s)
I want to write out a text file. Instead of the default UTF-8, I
We're building a text templating engine out of a custom HttpModule that replaces tags
Why does the text in my TextBlock extend out to the right beyond my

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.