window.location='mail.php'"; } } // DELETE THROUGH MULTIPLE CHECKBOX if(isset($_POST['delete_row'])) { $checkarr = $_POST['checkbox']; foreach($checkarr as $value) { $select1 = "DELETE FROM `enquires` WHERE `id`='$value'"; $query1 = mysqli_query($conn,$select1) or mysqli_error($conn); if($query1) { echo ""; } } } ?>
Enquiry Table
0 ) { while ($row = mysqli_fetch_assoc($Product_data)) { $name=$row['name']; $phone=$row['phone']; $email=$row['email']; $from=$row['from']; $to=$row['to']; $message=$row['message']; $id=$row['id']; ?>
S. No. Date Name Mobile No. Full Msg. Action
View
alert('Reply Submited'); window.location=''; "; } } else { echo "Message could not be sent..."; } } ?>