Welcome!
Here is the information we have on file for you:

'; echo ''; while ($row = mysql_fetch_assoc($result)) { echo ''; echo ''; echo ''; echo ''; } echo '
Name:' . htmlspecialchars($row['USERNAME']) . '
Email:' . htmlspecialchars($row['EMAIL_ADDR']) . '
'; echo '

Is this correct?

'; mysql_free_result($result); mysql_close($GLOBALS['DB']); ?>