[PHP] Division Problems

2001-07-04 Thread ReDucTor
Hey, I made this little script, quiet useful on windows and unix machines, but i have a problem, division isn't returning a float, it just returns 0, would i need to do something like convert $totalsize into a float? html body?php $SecondsToTimeout = 120; ini_alter(max_execution_time,

Re: [PHP] Division Problems

2001-07-04 Thread James Mitchell
Found it, I had it returning mbyte not mbytesarrrg - Original Message - From: ReDucTor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 05, 2001 3:43 AM Subject: [PHP] Division Problems Hey, I made this little script, quiet useful on windows and unix machines, but i have