N/A"; while($row = mysqli_fetch_array($result)) { echo "
" . $row['m_name'] . "
"; } mysqli_close($con); ?>