" ; include('db_config.php'); $sql="select * from $_commit,$_grp where cm_code=sp_code and cm_id='$id' "; $result=mysql_query($sql); $db=mysql_fetch_array($result); $grp=$db[cm_grp]; $type=$db[sp_name]; $act=$db[cm_act]; $no=$db[cm_id]; $name = ereg_replace('[[:space:]]+', ' ', trim($db[cm_name])); require('thaipdfclass.php'); $pdf=new ThaiPDF(); $pdf->SetThaiFont(); $pdf->AddFont('wan','','PSL102pro.php'); $pdf->AddPage(); $pdf->Ln(0); $pdf->Image('cert/bg63.jpg',1,1,296,209); /* col,row,width,height */ $search = array('1', '2', '3', '4', '5', '6', '7', '8', '9', '0','ป.','ม.'); $replace = array('๑', '๒', '๓', '๔', '๕','๖', '๗', '๘', '๙', '๐','ประถมศึกษาปีที่ ','มัธยมศึกษาปีที่ '); $act=str_replace($search,$replace,$db[kp_act]); $level=str_replace($search,$replace,$level); $no=str_replace($search,$replace,$no); $pdf->SetTextColor(128,0,128); $pdf->SetFont('wan','',16); $pdf->Ln(12); $pdf->Cell(270,0,"เลขที่ อบจ.ศก. กก $no / $ptime",0,0,'R'); $pdf->SetTextColor(0,0,128); $pdf->SetFont('wan','',42); $pdf->Ln(33); $pdf->Cell(0,0,'องค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('wan','',24); $pdf->Cell(0,0,'มอบเกียรติบัตรฉบับนี้ ให้ไว้เพื่อแสดงว่า',0,0,'C'); $pdf->Ln(17); $pdf->SetTextColor(128,0,64); $pdf->SetFont('wan','',34); $pdf->Cell(0,0,"$name",0,0,'C'); $pdf->Ln(12); $pdf->SetFont('wan','',28); $pdf->Cell(0,0,"เป็นกรรมการ กลุ่มสาระการเรียนรู้$type",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('wan','',24); $pdf->Cell(0,0,"$grp ",0,0,'C'); $pdf->Ln(15); $pdf->SetTextColor(0,0,128); $pdf->SetFont('wan','',27); $pdf->Cell(0,0,'การแข่งขันทักษะทางวิชาการนักเรียน มหกรรมการจัดการศึกษา องค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Ln(10); $pdf->SetFont('wan','',22); $pdf->Cell(0,0,"ครั้งที่ $pyr $pplace",0,0,'C'); $pdf->Ln(10); $pdf->SetFont('wan','',24); $pdf->Cell(0,0,'ขอให้มีความเจริญสุขสวัสดิ์ เป็นพลังสำคัญในการพัฒนาประเทศสืบไป',0,0,'C'); $pdf->Ln(11); $pdf->SetFont('wan','',24); $pdf->Cell(0,0,"ให้ไว้ ณ วันที่ $pdate",0,0,'C'); //$pdf->Image('wichit-yellow.jpg',129,160,40,10); //$pdf->Image('wichit.jpg',129,160,40,10); $pdf->Ln(26); $pdf->SetFont('wan','',20); $pdf->Cell(0,0,'(นายวิชิต ไตรสรณกุล)',0,0,'C'); $pdf->Ln(8); $pdf->SetFont('wan','',22); $pdf->Cell(0,0,'นายกองค์การบริหารส่วนจังหวัดศรีสะเกษ',0,0,'C'); $pdf->Output(); ?>