echo "Images: "; for ($i=1; $i<=$numfiles; $i++){ if ($i == $pic){ echo " ".$i." |"; } else { echo ' '.$i.' |'; } } ?>