Hi All,

I need to write some data to a text file but when I use

 $this->ao_file_handle = fopen($this->ao_file_name,"ab");
$str_txt.= "\n";
 fwrite($this->ao_file_handle,$str_txt);

It does not display the new line. I saw somwhere that for DOS files you need
to use ASCII LF and CR. Which I did. It still does not display the new line.

Thanks in advance
Joe Njeru



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to