From: <[EMAIL PROTECTED]>
> could you cast as a float/double before inserting?  $number = (double)
> $string;
>
> don't know what would happen to the comma, but i assume it would just get
> removed??

Everything after and including the first non-number character would be
dropped.

So "$12,000.34" would end up as zero. "12,445" would end up as 12, etc...

---John Holmes...

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

Reply via email to