On Tue, October 3, 2006 1:47 pm, Richard Lynch wrote:
> If you have this, it's better:
> $data = preg_replace("/ /", $data);
D'oh!
$data = preg_replace("/ /", " ", $data);
Sorry!
--
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

