Send Bulk Email in PHP using PHPMailer with Ajax JQueryh1>
div>
Send Emailbutton>
S.no.
Name
Username
Email
Select
require_once('config.php'); $query = "SELECT * FROM users"; $result = mysqli_query($con, $query); if (mysqli_num_rows($result) > 0) { while ($row = mysqli_fetch_assoc($result)) { ?>
echo $row['id'] ?>
echo $row['name'] ?>
echo $row['username'] ?>
echo $row['email'] ?>
} }else { echo "No record found"; } ?>