Re: One more data formatting question



How about
$foo = str_replace(' ','',$foo);
?

Or could there be an ' ' in a context where it shouldn't be replaced?

Thomas
.