Log in

View Full Version : Picture and File Update Script



digitalteck
07-04-2007, 02:48 AM
:) I am hoping someone can point me in the right direction . My friend
and I Dj part time I just got done creating a website for both of us.
I need some assistance on how to make a webpage script that we can upload
pictures and music demos for someone to see and listen and have them show up
on our demo link page """Without having to upload a new webpage every time we new pictures or music demos""" I know how to create an upload script to put
files in a directory on a server!! I do not know what script to use that
actually places the files on a webpage in a table. I know If I login to
photobucket and webshots my space ect I can upload a pictures ect and it automatically places the picture on a viewing page so someone searching can see the picture. If someone can tell me what program I can use or a script
name is or where online in the some of the script sites I can go to.
Thanks John

thetestingsite
07-04-2007, 11:00 PM
If you have PHP on your server, you could make a PHP script to search through a specified directory and list all of the items in that directory (I believe ASP has the ability to do this as well; however, I'm not sure of any websites or examples for this). For more info on the PHP part, please look at this page:

http://www.php.net/readdir

Hope this helps.