str_replace("_", " ", $_GET["name"])); $businessdetials = $core -> getbusiness($prodprams); $_GET['id'] = $businessdetials[0]['id']; $prodprams = array("business" => $_GET['id']); $files = $core -> getbusiness_files($prodprams); $email = $businessdetials[0]['email']; $prodpramss = array("email" => $email); $accountdetials = $core -> getaccount($prodpramss); if(($accountdetials[0]['tawasol_packages'] == 0)&&($ip != $accountdetials[0]['ip'])) { header("Location: index.php"); exit(); } } if(array_key_exists("id", $_GET)){ $prodprams = array("id" => $_GET['id']); $businessdetials = $core -> getbusiness($prodprams); $_GET['id'] = $businessdetials[0]['id']; $email = $businessdetials[0]['email']; $affiliate_percent = $businessdetials[0]['affiliate_percent']; $prodpramss = array("email" => $email); $accountdetials = $core -> getaccount($prodpramss); if(($accountdetials[0]['tawasol_packages'] == 0)&&($ip != $accountdetials[0]['ip'])) { header("Location: index.php"); exit(); } $titlepage = $businessdetials[0]['name_english']; $feestotal = 0; if($businessdetials[0]['fees_discount'] == 0){ $feestotal = $businessdetials[0]['fees']; }else { $feestotal = $businessdetials[0]['fees_discount']; } $descriptionpage = $businessdetials[0]['small_description_english'] ; $icon = $businessdetials[0]['logo']; $prodprams = array("id" => $businessdetials[0]['sub_category']); $sub_categorydetials = $core -> getsub_category($prodprams); $exKeywords = str_replace("-", ",", $businessdetials[0]["title_english"]) . $sub_categorydetials[0]['tags_english']; $exLink = "Web" . "_". str_replace(" ", "_", $businessdetials[0]["name_english"]); if($businessdetials != null){ $color = $businessdetials[0]['master_color']; $second_color = $businessdetials[0]['second_color']; $background_color = $businessdetials[0]['background_color']; $background_image = $businessdetials[0]['background_image']; $font = "Poppins"; $newsnamepage = "Latest News"; $servicenamepage = $businessdetials[0]['service_name_english']; if($businessdetials[0]['news_name_english'] != ""){ $newsnamepage = $businessdetials[0]['news_name_english']; } $productnamepage = $businessdetials[0]['product_name_english']; $referencesnamepage = $businessdetials[0]['references_name_english']; $font = $businessdetials[0]['font_family_english']; $fontlink = "https://fonts.googleapis.com/css?family=".$font.":300,400,500,600,700,800,900&display=swap"; }else{ /*header("Location: index.php"); exit();*/ } }else{ /*header("Location: index.php"); exit();*/ } $prodpramss = array("business" => $_GET['id'] , "adv_type" => 1 ); $productadv = $core -> getbussiness_adv($prodpramss); $prodpramss = array("business" => $_GET['id'] , "adv_type" => 2 ); $fixedadv = $core -> getbussiness_adv($prodpramss); $prodpramss = array("business" => $_GET['id'] , "adv_type" => 3 ); $servicesadv = $core -> getbussiness_adv($prodpramss); $prodpramss = array("business" => $_GET['id'] , "adv_type" => 4 ); $halfadv = $core -> getbussiness_adv($prodpramss); $messagesss = NULL; if(@$_POST["sendemail"] && ($_POST["sendemail"] != null)) { $prodprams = array("email" => $_POST['sendemail'] , "business" => $_GET['id'] ); $visitors = $core -> addbusiness_visitors($prodprams); $messagesss = "Successfully registered"; } if(@$_POST["name"] && ($_POST["name"] != null)) { require_once "recaptchalib.php"; $secret = "6Le4dQoeAAAAAPlbzWkFX245y82TkvAUSscz-d5o"; // empty response $response = null; // check secret key $reCaptcha = new ReCaptcha($secret); /* if ($_POST["g-recaptcha-response"]) { $response = $reCaptcha->verifyResponse( $_SERVER["REMOTE_ADDR"], $_POST["g-recaptcha-response"] ); } if(@$_POST["name"] && ($_POST["name"] != null)) { */ if($_GET['id'] == 11542){ $newname = ""; if(($_FILES['file']['tmp_name'] != null)){ $extensions = array("jpg", "jpeg", "png", "gif", "pdf" , "zip" , "rar" , "doc" , "dot" , "docx" , "ppt" , "pot" , "pps"); $ctime = time(); if($_FILES['file']['tmp_name']) { $prdimage = $_FILES['file']['name']; $tmpcv = $_FILES['file']['tmp_name']; $info = pathinfo(strtolower($prdimage)); $ext = strtolower($info["extension"]); if(in_array($ext, $extensions)) { $newname = $ctime . "." . $info["extension"]; move_uploaded_file($_FILES['file']['tmp_name'], "./images/".$newname); $cv = getcwd()."/images/".$newname; } } } $_POST['time'] = " View file "; } $prodprams = array("name" => $_POST['name'] , "email" => $_POST['email'] , "service" => $_POST['service'] , "mobile" => $_POST['mobile'] , "day" => $_POST['day'] , "date_time" => $_POST['time'] , "business" => $_GET['id'] ); $register = $core -> addbusiness_make_appointment($prodprams); if($register == 1){ $prodpram22s = array("business" => $_GET['id']); $emails = $core -> getbusiness_emails($prodpram22s); $prodpram2ss2s = array("id" => $_GET['id']); $emasils = $core -> getbusiness($prodpram2ss2s); $recieveemail = $emasils[0]['email']; $prodpram22s = array("id" => $_POST['service']); $services = $core -> getbusiness_services($prodpram22s); $name = $_POST['name']; $email = $_POST['email']; $mobile = $_POST['mobile']; $service = $services[0]['name_english']; $day = $_POST['day']; $time = $_POST['time']; $text = "I have sent the following message to you through a form on the web.
"; $text .= " Name : $name
Email : $email
Mobile : $mobile
Service : $service
Day : $day
Time : $time "; require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "mail.smartzoom.tech"; //$mail->Host = "smtp.office365.com"; $mail->SMTPSecure = "ssl"; $mail->SMTPAuth = true; $mail->Port = 465; $mail->Username = "mail@smartzoom.tech"; $mail->Password = "Fka81WIH5KD"; $mail->From = "mail@smartzoom.tech"; $mail->FromName = $name; $emaills = $recieveemail; $mail->AddAddress($emaills); //$mail->AddReplyTo("mail@mail.com"); $mail->IsHTML(true); $mail->Subject = "MAKE APPOINTMENT - ". $subject; $mail->Body = $text; //$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; $contactmessagenumber = 0; if(!$mail->Send()) { $contactmessage = "Failed for send message"; }else{ $contactmessage = "Thank you for registering. We will contact you within 24 hours"; $contactmessagenumber = 1; } $text = "Welcome ". $name . " in Tawasol Platform ,
"; $text .= $businessdetials[0]['name_english']. " received your message successful.
"; $text .= "Thank you for use Tawasol Platform . with us will you take special offer in all fields and brands ."; $mail->IsSMTP(); $mail->Host = "mail.smartzoom.tech"; //$mail->Host = "smtp.office365.com"; $mail->SMTPSecure = "ssl"; $mail->SMTPAuth = true; $mail->Port = 465; $mail->Username = "mail@smartzoom.tech"; $mail->Password = "Fka81WIH5KD"; $mail->From = "mail@smartzoom.tech"; $mail->FromName = "Tawasol Platform - " . $name; $emaills = $email; $mail->AddAddress($emaills); //$mail->AddReplyTo("mail@mail.com"); $mail->IsHTML(true); $mail->Subject = "Tawasol Platform"; $mail->Body = $text; //$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; if(!$mail->Send()) { $contactmessage = "Failed for send message"; }else{ $contactmessage = "Thank you for registering. We will contact you within 24 hours"; } } /*}else{ $contactmessage = "Please Write Security Code Correct"; }*/ } if(array_key_exists("patient_name", $_POST)){ $text = "I have sent the following message to you through a form on the web.
"; $text .= " Patient name : " . $_POST['patient_name'] . "
The date of arrival of the patient : " . $_POST['day'] . "
therapist hospital : " . $_POST['hospital_name'] . "
Your impression about the treatment service in the hospital : " . $_POST['impression_about_treatment'] . "
Your feedback about the care team's performance : " . $_POST['notes_about_medical_service'] . "
Your feedback on the performance of the care services team : " . $_POST['notes'] ; $txtv = MIME5::message("$text", 'text/plain'); $comments = nl2br("

" . $text . "

"); $htmlv = MIME5::message("$comments", 'text/html'); $mess = MIME5::compose($txtv, $htmlv); if(true /*check_email_address($email) && !empty($comments)*/) { unset($_SESSION['cpost']); $mail = new MAIL5; $mail->From("amr1992@live.com", "Evaluation form"); // add to address $mail->AddTo("amr1992@live.com"); // set subject $mail->Subject("Evaluation form"); // set text message $mail->Text = array( 'content' => $text, // required 'charset' => 'utf-8', // optional 'encoding' => 'base64' // optional ); $mail->Html = array( 'content' => $comments, // required 'charset' => 'utf-8', // optional 'encoding' => 'base64' // optional ); $mail->Send(); $contactmessage = "Thank you for registering and we will contact you"; } else { $err = true; } } ?> <? print $titlepage; ?> $_GET['id'] , "special" => 1); }else { $prodprams = array("business" => $_GET['id']); } $aboutus = $core -> getbusiness_aboutus($prodprams); $blogs = $core -> getbusiness_blogs($prodprams); $classifed = $core -> getbusiness_classifed($prodprams); $opening_hours = $core -> getbusiness_opening_hours($prodprams); $gallery = $core -> getbusiness_gallery($prodprams); $gallerycategories = $core -> getbusiness_gallery_categories($prodprams); $product = $core -> getbusiness_product($prodprams); $product_category = $core -> getbusiness_product_category($prodprams); $offers = $core -> getbusiness_offers($prodprams); $services = $core -> getbusiness_services($prodprams); $services_category = $core -> getbusiness_services_category($prodprams); $videos = $core -> getbusiness_videos($prodprams); $videoscategories = $core -> getbusiness_videos_categories($prodprams); $distinctproduct = $core -> getdistinctbusiness_product($prodprams); $branches = $core -> getbusiness_branches($prodprams); $team = $core -> getbusiness_responsible($prodprams); $master = array(); } ?> $_GET['id']); }else { $prodprams = array("business" => $_GET['id']); } $allaboutus = $core -> getbusiness_aboutus($prodprams); $allblogs = $core -> getbusiness_blogs($prodprams); $allclassifed = $core -> getbusiness_classifed($prodprams); $allopening_hours = $core -> getbusiness_opening_hours($prodprams); $allgallery = $core -> getbusiness_gallery($prodprams); $allgallerycategories = $core -> getbusiness_gallery_categories($prodprams); $allproduct = $core -> getbusiness_product($prodprams); $allproduct_category = $core -> getbusiness_product_category($prodprams); $alloffers = $core -> getbusiness_offers($prodprams); $allservices = $core -> getbusiness_services($prodprams); $allservices_category = $core -> getbusiness_services_category($prodprams); $allvideos = $core -> getbusiness_videos($prodprams); $allvideoscategories = $core -> getbusiness_videos_categories($prodprams); $alldistinctproduct = $core -> getdistinctbusiness_product($prodprams); $allbranches = $core -> getbusiness_branches($prodprams); $allteam = $core -> getbusiness_responsible($prodprams); $master = array(); } ?>
$businessdetials[0]['area']); $area = $core -> getarea($prodprams); $prodprams2 = array("id" => $area[0]['city']); $city = $core -> getcity($prodprams2); ?>




style="padding: 0 !important; text-align: center; margin: auto;" style="width: 100%; text-align: center; max-width: 100%;">
Learn More
style="padding: 0 !important; text-align: center; margin: auto;">
Learn More

Our services

0){ $pricetotal = 0; if($services_category[$travelint]['price_after_discount'] == 0){ $pricetotal = $services_category[$travelint]['price']; if($pricetotal > 0){ ?> L.E

0){ ?> L.E 0){ ?>
$_GET['id'] , "services_category" => 925); $services = $core -> getbusiness_services($prodprams); ?>

Patient Services

0){ $pricetotal = 0; if($services[$travelint]['price_after_discount'] == 0){ $pricetotal = $services[$travelint]['price']; if($pricetotal > 0){ ?> L.E

0){ ?> L.E 0){ ?>
$_GET['id'] , "services_category" => 937); $services = $core -> getbusiness_services($prodprams); ?>

Enterprise Services

0){ $pricetotal = 0; if($services[$travelint]['price_after_discount'] == 0){ $pricetotal = $services[$travelint]['price']; if($pricetotal > 0){ ?> L.E

0){ ?> L.E 0){ ?>

Our services

0){ $pricetotal = 0; if($services[$travelint]['price_after_discount'] == 0){ $pricetotal = $services[$travelint]['price']; if($pricetotal > 0){ ?> L.E

0){ ?> L.E 0){ ?>

Our services

0){ $pricetotal = 0; if($services[$travelint]['price_after_discount'] == 0){ $pricetotal = $services[$travelint]['price']; if($pricetotal > 0){ ?> L.E

0){ ?> L.E 0){ ?>
style="padding: 0 !important; text-align: center; margin: auto;">
Learn More
Our Mission & Vision

Better Information, Better Health

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

  • Professional Staff Lorem ipsum dolor sit amet sit, consectetur adipiscing elit.
  • Newborn Care Lorem ipsum dolor sit amet sit, consectetur adipiscing elit.
  • Sufficient Lab Tests Lorem ipsum dolor sit amet sit, consectetur adipiscing elit.
  • Tooth Extraction Lorem ipsum dolor sit amet sit, consectetur adipiscing elit.
image
image

+

Expert Doctors

K

Problem Solve

+

Award Winning

K

Experiences

*/ ?>

Products Categories

Our ProductsDonation cases

0){ $pricetotal = 0; if($product[$travelint]['price_after_discount'] == 0){ $pricetotal = $product[$travelint]['price']; ?>

L.E

  L.E

0){ ?>

Read more

Meet Our Qualified expertsDoctors

$_GET['id'] , "adv_type" => 2 ); $fixedadv = $core -> getbussiness_adv($prodpramss);$travelints = 0; ?>
style="background-image: url(images/);" data-jarallax='{"speed": 0.3}'>

Book Appointment

We are here for you

Feedback

Our Happy Clients Says About Us

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

client
client
client
client
client
client
client
client

John Lucy

Founding Partner

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.

John Smith

Web Developer

Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

Maxwel Warner

Web Designer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.

Ross Taylor

Patient

Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

James Anderson

CEO

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.

Steven Smith

Manager

Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

Steven Lucy

Patient

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis.

John Terry

Patient

Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

image
Frequently Asked Questions

Get Every Single Answers There if you want

  • My physician is a faculty member—what does that mean?

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan.

  • What is an academic medical center?

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan.

  • What doctor will I see?

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan.

  • What is a medical student?

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan.

  • How are residents supervised?

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan.

*/ ?> $_GET['id'] , "order" => 1); $references = $core -> getbusiness_references($prodprams); if($references != null){ ?>

Our Hospitals

$_GET['id'] , "level" => 9666666); $services = $core -> getbusiness_services_category($prodprams); ?>


Our Hospitals



Partners with more than 100 medical facilities in Egypt and India

0){ $pricetotal = 0; if($services[$travelint]['price_after_discount'] == 0){ $pricetotal = $services[$travelint]['price']; if($pricetotal > 0){ ?> جنية مصرى

0){ ?> جنية مصرى 0){ ?>
$_GET['id'] , "order" => 0); $references = $core -> getbusiness_references($prodprams); if($references != null){ ?>

Business Field

Our Hospitals In Egypt

Our Clients

$_GET['id'] , "order" => 2); $references = $core -> getbusiness_references($prodprams); if($references != null){ ?>

Business Field

Our Hospitals In India

Our Clients

Offers

style="background-image: url(images/);" data-jarallax='{"speed": 0.3}'>

Evaluation form


$_GET['id'] , "order" => 3); $references = $core -> getbusiness_references($prodprams); if($references != null){ ?>

Business Field

Our Clients

Our Clients