Yea i have read that but did not think it was what i needed considering it is for an automated billing system and the customer may not like it if they are charged and extra .50 cents or so every month. Their has got to me another alternative.
"Shooter" <[EMAIL PROTECTED]> wrote in message 002f01c19242$6d2f5580$3701a8c0@lan">news:002f01c19242$6d2f5580$3701a8c0@lan... U could use round. if u looked @ the php.net website. & searched you would of found it. heres the url http://www.php.net/manual/en/function.round.php an example is below. basically. its round($number,$deciminal_places); EXAMPLE $foo = round(1.95583, 2); // $foo == 1.96 Shooter Webmaster <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have the following > > $number=47.7 > > I need this to be = 47.70 > > it must include the 2 didgets after the . how can i accomplish this > > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]