X7ROOT File Manager
Current Path:
/home/u126090504/domains/betnoticollegeofpharmacy.in/public_html
home
/
u126090504
/
domains
/
betnoticollegeofpharmacy.in
/
public_html
/
📁
..
📄
D.pharm.php
(8.27 KB)
📄
about-us.php
(10.34 KB)
📁
admin
📁
betnoti-pharmacy
📄
betnoti-pharmacy.zip
(74.35 MB)
📄
bharmacy.sql
(6.22 KB)
📁
cgi-bin
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(6.1 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-message.php
(5.18 KB)
📄
facilities.php
(11.66 KB)
📁
fonts
📄
footer.php
(5.18 KB)
📄
gallery.php
(4.98 KB)
📄
header.php
(8.91 KB)
📁
images
📄
index.php
(15.72 KB)
📁
js
📄
peret.php
(266.87 KB)
📁
revolution
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
Editing: contactdb.php
<?php require 'admin/database/dbconfig.php'; if (isset($_POST['submit_contact'])) { $coname = $_POST['coname']; $coemail = $_POST['coemail']; $cophone = $_POST['cophone']; $cosub = $_POST['cosub']; $comes = $_POST['comes']; $query = "INSERT INTO `contacttab`(`coname`,`coemail`,`cophone`,`cosub`,`comes`) VALUES ('$coname','$coemail','$cophone','$cosub','$comes')"; $query_run = mysqli_query($connection, $query); if ($query_run) { ?> <script> alert("Thanks! We will contact you soon"); </script> <?php } else { ?> <script> alert("Sorry not submitted! Submit again"); </script> <?php } } ?>
Upload File
Create Folder