Is it possible to have a PHP form that people can upload files such as images to a MySQL database, or does it have to be uploaded to just a folder. If anyone had a tutorial, or could explain anything about this please reply :-)
One way to do it is to upload them to a folder and put the filenames in a database. When your calling for the image you and put the image tag and the path to the upload folder then query the database for the filename your looking for that you put at the end of the filepath.