php-general | 2003022

Re: [PHP] strip comma from $value From: Justin French (justin <email protected>)
Date: 02/28/03

on 01/03/03 4:41 AM, Hugh Danaher (hdanaher <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