Header("Content-Type: text/html; charset=utf-8");
session_start();
//----------------script to make include absolute path--------------
function absolute_include($file)
{
/*
http://scripts.franciscocharrua.com/absolute-include.php
*/
$folder_depth = substr_count($_SERVER["PHP_SELF"] , "/");
if($folder_depth == false)
$folder_depth = 1;
include(str_repeat("../", $folder_depth - 1) . $file);
}
//----------------------------------------------------------------
absolute_include("startconnect.php");
absolute_include("/en/constant.php");
?>
ที่พัก ดอทคอม
absolute_include("/en/head.php");
?>
include("left_default.php");
?> |
> sitemap
|
|
|
|
Apartments
|
//.htaccess is RewriteRule ^.+/([0-9]+)/$ /th/teepak/view.php?tid=$1
$offset = date("j")*10;
$sql = "SELECT name_en,tid FROM teepak WHERE allowed>'0' AND name_en != '' ORDER BY name_en DESC LIMIT ".$offset.",50";
$result = mysql_query($sql,$con) or die(mysql_error());
while($row = mysql_fetch_array($result)){
echo ''.$row['name_en'].' ';
}
?> |
|
|
absolute_include("/en/bottomcredit.php");
absolute_include("google_analytics.php");
?>