I want to generate some sort of ID similar to the way that Google generates URLs for their classroom service.
For example:
https://classroom.google.com/u/0/c/MTg1MKIwNTk4
I want to be able to generate the MTg1MKIwNTk4
part.
It doesn't have to be cryptographically secure or anything like that, it is just being used for a URL.
How can this be done with PHP (+MySQL)?
Thanks.