1 to one 2 to two
Is there a function which will make me happy?
not that im aware of. you might need to roll your own, or do a google to see if someone else has already done it.
If (($yournumber == "1") $newnumber = "One" }
echo $newnumber;
I stumbled onto this: http://www.hotscripts.com/Detailed/15849.html
Looks like it does what you need
yeay that looks very nice. Sort of expected a php function to be able to do this
Anybody sure there aint a php function for this?
there isnt one that I have found in the manual. and as the script I pointed to demonstrates...it isnt that tough to do on your own.
ok thanks for the help 🙂