echo $titull;?>
echo $tekst;?>Adresa
echo $adres;?>
Oraret
echo $orar;?>
$ik0=$_GET['k']; if (is_numeric($ik0)) { $ik = $ik0; } else { $ik = ""; } require_once('codes/format.php'); $lidhes = new DbLidhja(); $qq = "SELECT * FROM `klube` WHERE `id` =$ik LIMIT 1"; $rez = $lidhes->query($qq); if($rez && mysql_num_rows($rez) > 0){ while($in = $lidhes->fetchArray($rez)){ $titull = utf8_encode($in["titull"]); $tekst = nl2br(utf8_encode($in["tekst"])); $adres = utf8_encode($in["adres"]); $orar = utf8_encode($in["orar"]); $idr= $in["idr"]; $foto10 = $in["foto1"]; $foto20 = $in["foto2"]; $foto30 = $in["foto3"]; $foto40 = $in["foto4"]; $foto1="phpthumb/phpThumb.php?src=$foto10&q=75&w=674"; $foto2="phpthumb/phpThumb.php?src=$foto20&q=75&w=208"; $foto3="phpthumb/phpThumb.php?src=$foto30&q=75&w=208"; $foto4="phpthumb/phpThumb.php?src=$foto40&q=75&w=208"; $foto2f = trim($foto20, " ../ "); $foto3f = trim($foto30, " ../ "); $foto4f = trim($foto40, " ../ "); } } include ("llogarit.php"); ?>