window.location='appointment-mail.php'"; } } // DELETE THROUGH MULTIPLE CHECKBOX if(isset($_POST['delete_row'])) { $checkarr = $_POST['checkbox']; foreach($checkarr as $value) { $select1 = "DELETE FROM `appointment` WHERE `id`='$value'"; $query1 = mysqli_query($conn,$select1) or mysqli_error($conn); if($query1) { echo ""; } } } ?>
All Appointment Enquiry
0 ) { while ($row = mysqli_fetch_assoc($Product_data)) { $name=$row['name']; $phone=$row['phone']; $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..."; } } ?>