Jump to content

Line Break Problem in .txt file


habib009pk

Recommended Posts

Dear Friends

 

I am facing a little problem, i am creating a file in which data came from a form through different textareas. now data can be downloaded in our local machine.

 

Now the problem is that when i cancatenate all posted values. with '\n' or '\r' then no line break included in my txt file..

 

it is working on my local system with that variable

 

$space="

 

 

";

 

but when i upload it on the live server than it will never work

 

Please help me regarding that when i write data in a txt file through fopen then line breaks also included in my text file on live server

 

Thanks And Regards

Link to comment
https://forums.phpfreaks.com/topic/169338-line-break-problem-in-txt-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.