I\'m trying to make a gallery using PHP. The images load properly, but the next and previous buttons don\'t seem to work. Clicking next on picture #1 brings you to picture #3 bu
$images = sort(glob($dirname . "*.jpg"));