Jump to content

Unix formatting


otuatail

Recommended Posts

Can anyone help on Unix/Lynux

The server I am using for the website is Unix/Lynux. I have a text based file like notepad

I am trying to apend lines to it but I do not get a new line each time instead i get a symbol of a square and it carries on. The code is

$fh = fopen("hitlog.txt","a");
fwrite($fh,$val . "\r\n");
fclose($fh);

The \r\n don't seem to have an efect. Any Ideas

Desmond.
Link to comment
https://forums.phpfreaks.com/topic/23643-unix-formatting/
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.