|
Dec2Roman
This is not a real modification. This is only a php file to convert a decimal number into a roman one.
If this thread is on the wrong place, sorry 'bout this but I haven't permission for Articles - Programming Articles. So move this thread. How to install it: Upload the file into you includes folder. In your PHP file add: Code:
require_once (DIR . '/includes/dec2romanum.php'); Here is an example: Code:
$number = 13547; echo $number . ' => ' . dec2romanum ($number); Code:
13547 => VVMMMDXLVII Download
|
|||||||||