okay so what if i did this, i would store the photos in a separate folder and the database contained
ID
PHOTOURL
VIEWS
now, lets just say liek 10 people keep uploading photos at the same time, it would all be placed in order and store them in the databse and teh folder and should not be a problem. but in order to make sure that the image gets put immediately in the slideshow, is it possible that each image that gets displayed for a certain amount of time would have to connect to the database
i understand that javascript makes teh slideshow but when you are calling the images in the beginning is it possible to replace that with MYSQL so that every image means connecting to the database and getting the link to the site just from there based on the id number? how would you mix the javascript in with the MYSQL?