896ba38b-1808-49de-ace0-c079aed65c5a_f.jpg
I need to generate a random string like above to name images. Basically I don't want to use a predictable format where people you easily script to extraction of all the images from the site I'm building.
I know the PHP rand() function.
To make a string like above would I be best to just use the rand() function many times?
better way to do this? thoughts?
thx