View Single Post
Old 11-18-2004, 06:17 AM   #8 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
PHP Code:
$str "ms cruft\r\n";
$str str_replace ("\r\n"""$str); 
This might work too..
idx is offline   Reply With Quote