Posted by pipe.jack on 02/15/07 17:32
I'm trying to convert string to float and my float after conversion is 0 (zero). Here is my code: $c = $currencies->format($cart->show_total()); echo gettype($c); echo (float)$c; $c = 39.59 gettype($c) = string echo (float)$c; = 0 any other string such as "2.34" converted into float exactly the same way works fine. Thanks, JP
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming