Kendi çapımda bişiler yapmaya calisiyorumda, bu resme aynı şekilde nasıl link verebilirim.


<?
    $types = $_GET['type'];
    $go->
    lists();
?>
<table width=100% align=center height="139">
  <?
$say=1;
$ahoo=1;
$sql=mysql_query("select * from dls order by type desc limit 12");
 
while(list($id,$type,$resim,$aciklama,$title,,$date) = mysql_fetch_row($go->lists)) {
if($ahoo=='1') {
echo"<tr>";
$ahoo=0;
}
     ?>
<td width=20% valign=top height="135"> 
<p align="center"><img border="0" src="<?=$resim?>" width="120" height="90"><BR><BR>
<font size="1"><a href="video-seyret<?=$id?>-<? echo str_replace (array(" ","ç","ş","İ","J","Ğ","ğ","Ü","ü","ı","Ö","ö","Ç","ç"),array("+","c","s","i","j","g","g","u","u","i","o","o","c","c"),$title) ?>.html"><?=$title?><br></font><br>
</a>
 
 
 
</p>
 
<?
if($say=='1' OR $say=='2' OR $say=='3' OR $say=='4') {
echo"</td>";
$say++;
}
if($say=='5') {
echo"</td></tr>";
$say=1;
$ahoo=1;
}
        }?>
        </table>
<br>
Sayfa:
<?
if($q){
$go->pages("query$q-");
}else if($types){
$go->pages("$types");
}else{
$go->pages("index");
}
?>