session_start();
include "../connect.php";
$thai_month_arr=array(
"0"=>"",
"01"=>"มกราคม",
"02"=>"กุมภาพันธ์",
"03"=>"มีนาคม",
"04"=>"เมษายน",
"05"=>"พฤษภาคม",
"06"=>"มิถุนายน",
"07"=>"กรกฎาคม",
"08"=>"สิงหาคม",
"09"=>"กันยายน",
"10"=>"ตุลาคม",
"11"=>"พฤศจิกายน",
"12"=>"ธันวาคม"
);
function ShowDate($time){
global $thai_day_arr,$thai_month_arr;
$thai_date_return="".$thai_day_arr[date("w",$time)];
$thai_date_return.=" ".date("d",$time);
$thai_date_return.=" ".$thai_month_arr[date("m",$time)];
$thai_date_return.=" ".(date("Y",$time)+543);
return $thai_date_return;
}
?>
Department of Visual Art : สาขาวิชาทัศนศิลป์ คณะศิลปกรรมและออกแบบอุตสาหกรรม
$Result = mysql_fetch_array(mysql_query("SELECT * FROM `tb-intellectual` WHERE ID = '".$_REQUEST['IntellectualID']."'"));
$ResultTeach = mysql_fetch_array(mysql_query("SELECT * FROM tb-teacher WHERE ID = '".$Result['PID']."'"));
?>
ผลงานทรัพย์สินทางปัญญา
โดย :
ชื่อผลงาน :
รายละเอียด
for ($x = 0; $x <= $Result['PicTotal']; $x++) {
$i ++;
?>
/jpg if($i<10){echo "00".$i;}else if($i<100){echo "0".$i;}else{echo $i;}?>.jpg" alt="" width="80%" />
}
?>