--- Επιλέξτε ---
Execute($SQL_QUERY); while (!$result->EOF) { echo '
'.$result->fields[0].'
'; $result->MoveNext(); } ?>