$bib = ''; include 'include/conn.php'; include 'include/Functions.php';
if (!empty($_POST['bib'])){
$bib = trim(remove_bad_characters($_POST['bib']));
} ?>
if (empty($bib)){ echo 'SKF-GRM Photo Gallery 2025';} else{echo 'SKF-GRM 2025 Photos for Bib '.$bib; } ?>
if (empty($bib)){ echo '
Please visit this page on 19 Dec 2025
';} ?>
To locate your photos (if any), please enter bib number:
*Photo(s) will be displayed only if bib number was visible to the camera. Return to Photo Gallery
if (!empty($_POST['bib'])){ $ctr = -1;
$sql = "SELECT * FROM Photos WHERE MATCH(Bibs) AGAINST ('$bib')";
$result = $conn->query($sql);
if ($result->num_rows > 0) { ?>
while($row = $result->fetch_assoc()) { $ctr++; ?>
} ?>
}else{ ?>
So Sorry! There are no photographs of yourself or perhaps, your bib was not visible to the camera.