RE: Re: fwrite()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Rosty

Thanks for your input, but it does not change the situation at all! :(
Please let me know if there is something else that you think about.

Greetings

JC

-----Original Message-----
From: Rosty Kerei [mailto:rosty.kerei@xxxxxxxxx] 
Sent: 08 November 2005 01:32 PM
To: php-windows@xxxxxxxxxxxxx
Subject:  Re: fwrite()

Maybe you need to replace "\n" to "\r\n"? Like -

$_POST['textbox'] = str_replace("\n", "\r\n", $_POST['textbox']);

Sincerely,
Rosty Kerei
rosty.kerei@xxxxxxxxx


""JC Botha"" <odegos@xxxxxxxxx> wrote in message 
news:437061a9.1e58b55b.2fbe.7755@xxxxxxxxxxxxxxx
> Dear Users, thanks for those that helped me last time! I got it working.
>
>
>
> At the moment I'm stuck with the fwrite() function. If I use the $_POST to
> get the data out of a textbox into a var, and write it to a txt file I get
> the following problem. The very first encounter it makes with a "\n" it
> stops the string. Thus I do not get more than one paragraph into my txt
> file. What should I do to bypass this?
>
>
>
> Thanks
>
> 

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

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux