Файл: search/inc/foto.php
Строк: 9
<?
if ($k_post_foto!=0)
{
echo "<img src='/search/img/foto.png' /><a href='?go&foto=ok'> Фото $k_post_foto</a><br>";
if (isset($_GET['foto']) =='ok')
{
$k_page=k_page($k_post_foto,$set['p_str']);
$page=page($k_page);
$start=$set['p_str']*$page-$set['p_str'];
if ($k_post_foto==0)echo "<div class="err">nНет результатов</div>n";
$q=mysql_query("SELECT * FROM `gallery_foto` WHERE `name` like '%". mysql_escape_string($q_search)."%' ORDER BY `id` DESC LIMIT $start, $set[p_str]");
$i=0;
while ($foto= mysql_fetch_assoc($q))
{
echo "<a href='/foto/foto0/$foto[id].$foto[ras]'><img src='/foto/foto48/$foto[id]' alt='$foto[name]'/></a><br> ";
//echo "<a href='/foto/foto0/$foto[id].$foto[ras]'><img src='/foto/foto48/$foto[id].$foto[ras]' height='50' width='50' alt='$foto[name]'/></a> ";
}
if ($k_page>1){str("?go&foto=ok&",$k_page,$page);
print'<br/>';
}
}
}
else
{
}
?>