|
Posted by Krustov on 02/25/06 22:26
<comp.lang.php , David Haynes , david.haynes2@sympatico.ca>
<3Z2Mf.7540$D8.2954@fe79.usenetserver.com>
<Sat, 25 Feb 2006 15:19:06 -0500>
> If the lines were created on a Windows platform, chances are that they
> end with '\r\n' not just \'n'.
> So you need to:
> str_replace("\r", '', str_replace("\n", '', trim($skunk)));
>
Thanks for the info .
[Back to original message]
|