Search found 3 matches
- Sun Jun 23, 2002 4:35 am
- Forum: PHP - Code
- Topic: Advanced PHPer needed for identify a decimal function
- Replies: 9
- Views: 2478
- 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...
- 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)) { $file=fopen($filename, "w"); fclose ($file); } // Read the file in $oscores =...