» PHP Challenge #2

PHP Challenge #2

It’s time for the second PHP challenge. This time I want an Integer to Roman Numeral converter. So the script should accept a single parameter (an integer), and return the roman numeral which corresponds to the integer. If anyone has any difficulty trying to work out how to do this, search google for information on roman numerals.

Here are the rules:

That should be fairly simple to follow. Any questions should be sent to the same email address. Good luck!