I am trying to design a db that users can download files from. In simple terms a user is going to search for a picture and then according to the name of the pic the link to download is going to pop-up.I am working with PHP and mysql. Does anybody have any idea how I can implement this?
Save the files in the filesystem
in the DB make a table with the name of the file and a description if you want
all the searches will be in the database and the you dinamically make a link to the file.
thanks all of you, but because I am pretty new to all this kind of things, is there any tutorial that you have in mind that could help me implement my thinking?
Try issuing one problem at a time. Do the form to upload the files and insert the name in the DB.. when you got that...
Search for the script to show the image.