Michael M Chiwere
Results
3
comments of
Michael M Chiwere
Thanks @osthafen, was cracking my head with the same problem.
@kudataz, in the getShortenedURLFromID() function, just convert the string variable $base to an array by adding this line before the while statement: `$base = str_split($base);`
Getting exact same error. Did you find a solution @CheeseTastisch