Posted by Jason Barnett on 05/10/05 20:57
Dustin Wish wrote: > I have a number like -56.98 > > I need to convert it to -5698. I tried <?php $num = -56.98; $conv = $num * 100; /** -5698 */ ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming