$sorgu = mysql_query("select * from tabloadı where id='3' ");

while ( $row = mysql_fetch_array ( $sorgu )) {

echo $row['ustmenu'];

}