on 01/03/03 4:41 AM, Hugh Danaher ([EMAIL PROTECTED]) wrote:

> try ereg_replace(",","",$value);

no need for ereg here...

str_replace(',','',$value);

:)

justin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to