Arama butonu
Bu konudaki kullanıcılar: 1 misafir, 1 mobil kullanıcı
6
Cevap
11175
Tıklama
0
Öne Çıkarma
Parse error: syntax error, unexpected (T_VARIABLE) Hatası
D
13 yıl
Yüzbaşı
Konu Sahibi

Parse error: syntax error, unexpected '$deger' (T_VARIABLE) in C:\wamp\www\etiketsistemi\kontrol.php on line 4 Hatasıyla karşılaşıyorum.

4.Satır
 
$deger = $_POST["isim"];


kontrol.php
 
<?php
include("inc/ayar.php");
header("Content-Type: text/html; charset= utf-8")
$deger = $_POST["isim"];
$deger = explode("@",$deger);
$kullanicibul = mysql_query("Select * From uyeler where kullanici_adi like '$deger%' order by uye_id desc limit 5");
$kullanicisay = mysql_num_rows($kullanicibul);
if($kullanicisay > 0 ){

echo '<ul id="liste">';
while($kullanicigoster = mysql_fetch_array($kullanicibul)){
echo '<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=65559079&url=javascript:;" title="'.$kullanicigoster["kullanici_adi"].'" data-href="javascript:;" title="'.$kullanicigoster["kullanici_adi"].'"><img src="'.$kullanicigoster["avatar"].'" alt="" />'.$kullanicigoster["kullanici_adi"].'</a></li>'
}
echo '</ul>';

}else{
echo "Yok";
}
?>


Hata nerede acaba ?

DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.

Üye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.

Üye Ol Şimdi Değil