So I've got this website that has a lot of images (over 1000). For almost a year, every time I add images I create a new page for it. But that is getting very tiresome.
I would like to have an automated system to view images from a single php page.
so it would be: page.php?ID=imagename
On that page, have a simple code like
and the image would show up.Code:<IMG SRC="<?php echo $picture.'.jpg'; ?>" BORDER="0">
Any help would be greatly appreciated!



Reply With Quote

Bookmarks