Lokasi:
/
home
/
u109751622
/
domains
/
simtedu.in
/
public_html
/
Ubah: savecontact.php
<?php include "link.php"; include "navigation.php"; $full_name=$_POST["name"]; $mob=$_POST["mobile"]; $email=$_POST["email"]; $subj=$_POST["subj"]; $mesg=$_POST["message"]; $results = mysqli_query($conn,"insert into tblContact(Name,Mobile,Email,Subject,Message) values('$full_name','$mob','$email','$subj','$mesg')"); if($results==true){ echo "<script>alert('Your information has been Submit ! Our Executive Will contact you soon!!'); window.location.href='./index.php';</script>";; } else { echo "<script>alert('Something Went Wrong');</script>"; } ?>
Batal