Dynamically including multiple files within php for image descriptions
- by Steve Jones
Working on implementing image descriptions to a php run gallery and can't seem to figure out how to call each text file for each individual image.
//total number of images
$total = 77;
//max number of thumbnails per page
$max = 9;
//what image do we want to start from?
$startcount = $_GET["start"];
//if there is not a…