Hi Kath, @ 9:41:34 PM on 2/16/2001, [EMAIL PROTECTED] wrote: > You want to totally remove \n? > $something = ereg_replace("\n"," ",$something); trim() will suffice. http://www.php.net/manual/en/function.trim.php -Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] Quick hellp, How do I stip new lines? Brandon Orther