I've just finished codecademy's PHP tutorial so I've covered loops, arrays, functions, objects and stuff like that but I still can't do what i need to do. I've wasted quite a few hours searching for this online and now I give up and am asking you guys.
I need to build a site like a VERY tiny, VERY simplified version of Amazon: a dropdown menu populates a table with the relevant information, including an image.
I know I'll need PHP to make the page and MySQL to store the data. I also know the images will be stored in a folder just like with a regular HTML/CSS site. I just cannot figure out how to display the images through PHP and MySQL commands. Can someone PLEASE point me in the right direction for tutorials or something? It's driving me nuts!