Hi guys an gals!
Due to my own lack of PHP skills I need a little help.

Would one of you wise-ones be so kind as to provide me with code in the form of a function that will convert an Int64 number into a Base36 (string) and another function to reverse the process (Base36 (string) to Int64) so as to end up with the original Integer64 number?

Thank you in advance!

Member Avatar for LastMitch

@grwd

Would one of you wise-ones be so kind as to provide me with code in the form of a function that will convert an Int64 number into a Base36 (string) and another function to reverse the process (Base36 (string) to Int64) so as to end up with the original Integer64 number?

I don't think php can do that back than nor now.

I know it's 8 years too late if you have solve this issue already.

You can try to used:

http://php.about.com/od/phpfunctions/p/PHPbase_convert.htm

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.