Posted by Georg Weiler on 11/23/05 22:36
ZeldorBlat wrote:
> Figure out what characters are causing the problem and use
> str_replace():
>
> <http://www.php.net/manual/en/function.str-replace.php>
>
> You can then replace any characters you don't want with something else
> (like an empty string). With the weird hidden characters, you may need
> to use ord() and chr() to figure out what the ASCII values are.
If you look at the first two 'User Contributed Notes' on this page:
http://at.php.net/manual/en/function.ord.php
Could one of those two help me with my problem (the linebreaks)? I only
see them removing quotes etc.
What is the linebreak code, I have ro replace?
thanks a lot,
georg
Navigation:
[Reply to this message]
|