<?php
include 'ayar.php';
$kullaniciadi = $_GET[kullaniciadi];
$sorgu=mysql_query ("select * from uyeler where kullaniciadi='$kullaniciadi'");
$toplam = mysql_num_rows($sorgu);
if ($toplam == 0) { 
?>
üye bulunamadı
<?php
}
?>
<?php if ($toplam > 0) { ?>
<? while ($kaan=mysql_fetch_assoc($sorgu) ) { ?>
<?=$kaan[kullaniciadi]?> hesap bilgileri
<?php } } ?>
kendine göre düzenleyebilirsin.. adres'de örnek şu şekilde;

www.r10.net/profil.php?kullaniciadi=kaan