SELECT columna FROM ...
$result = mysql_query(/* ... */);$row = mysql_fetch_assoc($result);echo $row['columna'];