require_once("config.php"); require_once("inc/func.php"); $post = array( 'ckey'=>__GET_CONTENT_KEY, 'website_id'=>$website_id, 'website_country_id'=>$website_country_id, 'school_country_id'=>$school_country_id, 'se_tag'=>$se_tag ); $curl_arr['search_url'] = '/search-result.php'; $post = $post+$_GET+$_POST; $curl_arr['fields'] = http_build_query($post); //echo $curl_arr['fields']; $json = json_decode(_curl($curl_arr),true); //print_r($json); $se_tag = $json['se_tag']; $total_rows = $json['total_rows']; $current_page = $json['current_page']; $page_links = $json['page_links']; $data = $json['data']; ?>
include "module/head.php"; ?>