I'm going to be creating an online catalog with quite a number of images on each page. Rather than create page after page with HTML (horribly time consuming- I've had to do it before), I'd like to use PHP to create pages on the fly.
I'd like to set things up to where when a user clicks on a link, say "switches", all of the switch images are retrieved from the server and appear on the page; when "terminal" is clicked on all the terminal images are retrieved and appear on the page, etc.
Someone please tell me that there is a fairly simple way to use PHP to retrieve an image (GIF) from a server and display it on a page- I'll be a happy camper.
BTW, the HTML part is no problem, just the PHP end.