I have a folder with loads of .exe files and a folder full of image files. I need to create a database through html that will list each program and the relevent image file.
For example, program1.exe needs to be linked from program1.bmp.
Anyone know the best way to do this?
What I'd like to end up with is a html page that opens, shows all the images and runs the relevent file when that image is clicked on.
I'd like to do this through a (free!) database.
Any ideas?