header('Content-Type: text/html; charset=tis-620'); include("header.php"); echo ""; require_once('db_config.php'); $mnow=date('m'); $sql="select *,date_format(kd_dob,'%Y%m%d') as bdate, date_format(kd_ent,'%Y%m%d') as bent from $_data where kd_id='$id' "; $result=mysqli_query($con,$sql); $db=mysqli_fetch_array($result); $sch=$db[kd_sch]; $code=$db[kd_code]; $sql0="select * from $_sch where scode='$sch' "; $result0=mysqli_query($con,$sql0); $db0=mysqli_fetch_array($result0); $sql2="select * from $_act where kp_code='$code' "; $result2=mysqli_query($con,$sql2); $db2=mysqli_fetch_array($result2); $bday=tsdate($db[bdate]); $ent=tsdate($db[bent]); //$bm=substr($db[bdate],4,2); //$bd=substr($db[bdate],6,2); $by=substr($db[bdate],0,4); $agy=$_yr-$by; /* $mbd=mktime(0,0,0,$bm,$bd,$by); $mnow=mktime(0,0,0,7,15,2012); $age=$_now-$mbd; $agy=date('Y',$age)-1970; $agm=date('m',$age)-1; */ $sp=str_repeat(' ',70); $b10=str_repeat(' ',10); $pic="$id.jpg"; echo "
ใบสมัครเข้าร่วมแข่งขัน$_title ประเภทกีฬา $db2[kp_grp] $db2[kp_act] รุ่นอายุ $db2[kp_age] ปี |
[ เอกสารหมายเลข 2 ] |
$b10 ข้าพเจ้า $db[kd_std] เกิดวันที่ $bday
อายุ $agy ปี - เดือน
( $db[kd_std] )
วันที่ ............................. | |
($db[kd_resp])
|
[ พิมพ์หน้านี้ ]
[ กลับรายการเดิม ]
[ พิมพ์ใบรับรอง ]
[ พิมพ์บัตรนักกีฬา ]
[ พิมพ์แผงรูปทีม ]
"; mysql_close($con); include("footer.php"); ?>