<?php $sql="SELECT * FROM users where username ='$uyeadi'";$sorgu=mysqli_query($baglanti,$sql);while($sonuc=mysqli_fetch_array($sorgu,MYSQLI_ASSOC)){echo $uyeadi;}?>