Re: [PHP] simple division.. but how?

2001-01-15 Thread Cynic
look at the math functions. also, number_format() might be your friend. At 19:53 15.1. 2001, [EMAIL PROTECTED] wrote the following: -- if you want to do 10 / 3 i want it to show 3 and not 3.3 how do I control that? - Thanks

RE: [PHP] simple division.. but how?

2001-01-15 Thread Cal Evans
$a= intvalue(10/3) echo($a) Cal http://www.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 12:53 PM To: [EMAIL PROTECTED] Subject: [PHP] simple division.. but how? if you want to do 10 / 3 i want it to show 3 and