probably trivial
i have a string
PHP:<?php
$string = "Dog, Cat, Goat";
?>
but what i want to do is remove the `,`s. so the new string will be
PHP:<?php
$string = "Dog Cat Goat";
?>
___________________
Graphic and Web Design services at flowtone.com
