• 07-12-2006, 22:38:15
    #1
    Üyeliği durduruldu
    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");
    }
    ?>
  • 07-12-2006, 23:06:38
    #2
    Üyeliği durduruldu
    <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?>

    Bunu resime link olarak nasıl vericem?
  • 08-12-2006, 16:00:37
    #3
    patavatsız adlı üyeden alıntı: mesajı görüntüle
    <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?>

    Bunu resime link olarak nasıl vericem?
    anlamadım ama <a href =video><img src=resim></a> böle bişiymi istiorsun