Posted by samudasu on 02/19/06 07:34
use trim on the string to remove \n \r \t spaces, etc. $str = 'good morning'; $trimmed = trim($str);
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming