Search found 3 matches

by Kiwi
Sun Jun 23, 2002 4:35 am
Forum: PHP - Code
Topic: Advanced PHPer needed for identify a decimal function
Replies: 9
Views: 2478

PS. i put advanced phper because i usually find more people answer to it :lol:
by Kiwi
Sun Jun 23, 2002 4:33 am
Forum: PHP - Code
Topic: Advanced PHPer needed for identify a decimal function
Replies: 9
Views: 2478

sorry for posting the whole thing but by trade i'm a flash and actionscript man. i know little if anything of php and i was pretty certain that it wasnt being rounded flash-side so i presumed it must be in the php. and i didnt know where to start :) thanks for the swift answers anyway, it really hel...
by Kiwi
Sat Jun 22, 2002 4:03 pm
Forum: PHP - Code
Topic: Advanced PHPer needed for identify a decimal function
Replies: 9
Views: 2478

Advanced PHPer needed for identify a decimal function

Can anyone tell where (if anywhere) it has a function that rounds-up decimals: <?php $winscore = (int)$winscore; // Create a Blank File if it doesn't already exist if (!file_exists($filename)) &#123; $file=fopen($filename, "w"); fclose ($file); &#125; // Read the file in $oscores =...