|
Articles |
|
:: |
Sawasdee |
|
Baan
Thai Cookery School: Thai Cooking Course in a Northern Thai
Home-Style Setting
Baan
Thai offers its customers the opportunity to learn how to cook real Thai food in a traditional Thai setting, with skilled and friendly
teachers who can impart the secrets of Thai cooking to you in a fun
atmosphere. Baan Thai offers four separate courses, including evening
classes; so whether you are an expert or an amateur, Baan Thai has
a course that can accommodate your needs.
Baan
Thai Cookery School is located in the heart of Chiang Mai, just a
few blocks from Thapae Gate (see map.)
In Thai, Baan Thai means Thai Home. We view Baan Thai as more than
just a school, but rather as an extension of our home, and an opportunity
to share Thai cooking and culture with you. [more..]
|
|
 More Photos...
$serverdoc = $_SERVER["DOCUMENT_ROOT"] ;
$currentdate = date("j");
$today = mktime(0,0,0,date("m"),date("d"),date("Y"));
for($i=1,$j=0;$i<=12;$j++,$i++) {
$pday = mktime(0,0,0,date("m"),$currentdate - $j,date("Y"));
$pdate=date("d",$pday);
$pmonth = date("m",$pday);
$pyear = date("Y",$pday);
$dirname = $pyear . $pmonth . $pdate;
$absdir = $serverdoc . '/photo/' . $dirname . '/thumbnails';
$filename = $serverdoc . '/photo/' . $dirname . '/index.html';
clearstatcache();
if (file_exists($filename)) { // file_exists($absdir)
print " $pdate/$pmonth/$pyear";
if (file_exists($filename)) {
$filemodday = filemtime($filename);
if($filemodday >= ($today-(86400*3))) { // 86400 = 1 day
print " ";
}
// print " ";
}
print " ";
}
else {
$i--;
}
}
?>
|
|
|