$gallery_count OR $p < 0) { printf(""); } if ($gallery_count == $p) { $next_url = "join.html"; } else { $next_url = "photolibrary2.html?p=" . ($p + 1); } $start = ($p * 12) + 1; $stop = $start + 11; ?>