на главную страницу | фотогалерея |
фотографии
(всего $data_file = "data/photo.dat"; $data_array = file($data_file); $cnt = count($data_array)-1; echo $cnt+1; ?> ): |
$data_file = "data/photo.dat"; $data_array = file($data_file); $cnt = count($data_array)-1; if(!isset($photo)) $photo=0; if (isset($data_array)): foreach($data_array as $i=>$string) { list($name[])= explode("::","$string"); $j=$i+1; if ($photo < $i && $photo >= ($i-100)): echo "$j "; if ($photo == ($i-100)): echo ">> "; endif; elseif ($photo == $i): echo "$j "; elseif ($photo > $i && $photo <= ($i+100)): if ($photo == ($i+100)): echo "<< "; endif; echo "$j "; endif; } endif; ?> |