Here what I think,
A user have a table named username_images
so, when he upload his image to a file on the web, the file will have a unique name
generated by php script,
$uid_h=uniqid('anyword');
so, what happens when he upload the image using a form from html
is the code will assign a...