I want a script in PHP and c# which will generate id's like the following sites are doing:
Youtube http://www.youtube.com/watch?v=OdAE3cWlmHw
is doing it like OdAE3cWlmHw
Bit.ly http://bit.ly/2pUswX
doing it like 2pUswX
What will be the function to generate such type of unique id's in PHP and c#?