<? $aq=$_GET['isim']; $al=mysql_query("select * from tabloadi where isim='$aq'"); $w=mysql_fetch_array($al); echo $w['baslik']."<br>".$w['konu']; ?>