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