X7ROOT File Manager
Current Path:
/home/u126090504/domains/bpcaodisha.com/public_html
home
/
u126090504
/
domains
/
bpcaodisha.com
/
public_html
/
📁
..
📄
.htaccess
(1.12 KB)
📁
.well-known
📄
about-bpca.php
(3.26 KB)
📁
admin
📁
ajax-load
📁
bpca
📄
bpca.zip
(15.2 MB)
📄
contact-us.php
(4.06 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.76 KB)
📁
css
📄
facilities.php
(10.91 KB)
📄
faculty.php
(2.89 KB)
📁
fonts
📄
footer.php
(6.43 KB)
📄
gallery.php
(2.96 KB)
📄
header.php
(6.37 KB)
📁
images
📄
index.php
(14.62 KB)
📁
js
📄
message.php
(3.09 KB)
📄
peret.php
(266.87 KB)
📄
readme.html
(199 B)
📄
robots.txt
(31 B)
📄
scope.php
(28.59 KB)
📄
syllabus.php
(2.1 KB)
📄
tap.jpg
(75.17 KB)
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