I want to know what strategy should i use to generate a random URL for my users uploaded pictures. I dont think str_shuffle is a good option, because it consumes a lot of memory ( am i wrong )? Please give me some tips for this kind of situation.
Thanks.