Forum Moderators: coopster

Message Too Old, No Replies

PHP String Conversion?

         

suresheva31

3:26 pm on Oct 22, 2004 (gmt 0)

10+ Year Member



Hey guys

Is there is any php or any script tha coverst this number
2.0.0 // which is decimal version number for some devices
i need that coverted to:

i just want cover those single digit number's to double digit by putting zero in the front: that's all I wan to do.
2.0.0 to 02.00.00 which we really converting to hex.

Any script or functions that does?

Suresh

ergophobe

4:57 pm on Oct 24, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



do you need to actually store the data that way (eg for sorting purposes) or just display it that way at the end?