ahhhh.... what does your code look like??? What happens when you

$fp = fopen("temp", a+);
for ( $x=0 ; $x<10 ; $x++ )
        fputs($fp, "$x\n");
fclose($fp);

???



On Thursday 31 October 2002 09:44 am, Brandon Orther wrote:
> Hello,
>
> Does anyone know a way around all the ^M at the end of each line that my
> php file writes to on a linux box?
>
>
> --------------------------------------------
>
> Brandon Orther
>
> WebIntellects Design/Development Manager
>
>  <mailto:brandon@;webintellects.com> [EMAIL PROTECTED]
> 800-994-6364
>
>  <http://www.webintellects.com/> www.webintellects.com
>
> --------------------------------------------

-- 
I contend that we are both atheists. I just believe in one fewer god than you 
do. When you understand why you dismiss all the other possible gods, you will 
understand why I dismiss yours.

-Stephen Roberts


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

Reply via email to