X7ROOT File Manager
Current Path:
/home/u126090504/domains/ocaacademy.online/public_html
home
/
u126090504
/
domains
/
ocaacademy.online
/
public_html
/
📁
..
📄
.htaccess
(2.31 KB)
📄
ADCA-profile.php
(13.15 KB)
📄
Advance-Tally-profile.php
(13.55 KB)
📄
BCO-profile.php
(12.75 KB)
📄
COA-profile.php
(12.7 KB)
📄
DCP-profile.php
(12.69 KB)
📄
General-Tally-profile.php
(12.79 KB)
📄
about-us.php
(22.99 KB)
📁
admin
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(6.75 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(34.73 KB)
📁
css
📄
dca-profile.php
(12.87 KB)
📄
director's-message.php
(38.29 KB)
📄
facilities.php
(13.15 KB)
📄
footer.php
(3.57 KB)
📄
gallery.php
(5.38 KB)
📄
header.php
(15.71 KB)
📁
images
📄
index.php
(76.6 KB)
📁
js
📄
oca-smblpur.zip
(107.6 MB)
📄
oca_sambalpur.sql
(5.49 KB)
📄
peret.php
(266.87 KB)
📄
pgdca-profile.php
(13.01 KB)
📁
revolution
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
students-testimonials.php
(4.29 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