Uploading multiple images to the same record in a database.
Hello all,
I am new to PHP and MySQL and I am using Dreamweaver to help make the coding process a whole lot easier. I have a client who owns a car lot and I have 99% of his website complete. The only outstanding item is, he needs to be able to upload multiple images for one car. As of right now, his MySQL database is set up with one table that has carid, make, model, year, mile, etc., all the way down to image_path which is a varchar field with a value of 100. I have tried using the Dreamweaver Developer toolbox, but I am completely lost on how to make this happen. I know that in order for this to happen I need to be able to update the image_path field (which points to an image path on my server that contains the images) in the database and I am aware of how to make update records with Dreamweaver but for some reason this one just isn't working out for me. If someone could help me out I would be very grateful.
