Quote:
|
Originally Posted by coldblue
umm i'm abit confused sorry so how does it like get on the html page ?? i know about the uploading but ?????????????????? agh soz
|
the way I would do this is using a MySQL database. When the user submits the initial form, you upload the file and dump his/her name, pass, the filename, and email into a table. Then you would have a display page that would run a SELECT on that table and loop through each row returned and print the tags for displaying the username and image (using the name and filename fields as values). Just modify your select statement to fit your needs (e.g. only show images by user X, show all users...)
I will get you a code snippet eventually if you get stuck.