<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" /> <font size="4px"><?php mysql_connect('localhost','******','****'); mysql_select_db('*********'); $bilgi=mysql_query("SELECT * FROM telefon ORDER BY id DESC "); $kontrol = mysql_num_rows($bilgi); mysql_query("SET NAMES 'utf8'"); while($satir=mysql_fetch_array($bilgi)) { echo $satir['numara'] ; echo "; "; } ?></font>