Codice PHP:
....
while (
$row mysql_fetch_row($result)) {

echo 
$row[0] . "
"
;