Tagged Questions
3
votes
5answers
2k views
PHP - How to base_convert() up to base 62
I need a base_convert() function that works from base 2 up to base 62 but I'm missing the math I need to use, I know that due to the limitations of PHP I need to make use of bcmath, which is fine.
...