The Arcive of vBulletin Modifications Site. |
|
Dec2Roman Details »»
|
|||||||||||||||||||||||||||
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 Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I forgott to tell you that:
The number 5000 is viewed as V (yes I know 5 = V) but this V (5000) is overline. |
![]() |
|
|