setPrintHeader(false); //不要頁首 //$pdf->setPrintFooter(false); //不要頁尾 $pdf->SetMargins(25, 25); $pdf->setHeaderMargin(5); $pdf->setFooterMargin(10); $pdf->setHeaderData('ck2.jpg', 40, '我的通訊錄', 'http://163.26.52.243/~tad0616/modules/contact', array(27,49,0), array(71,71,70)); $pdf->setFooterData(array(27,49,0), array(71,71,70)); $pdf->setHeaderFont(array('droidsansfallback','B','14')); $pdf->setFooterFont(array('droidsansfallback','I','16')); $pdf->SetAutoPageBreak(TRUE, PDF_MARGIN_BOTTOM); //設定自動分頁 $pdf->setLanguageArray($l); //設定語言相關字串 $pdf->setFontSubsetting(true); //產生字型子集(有用到的字才放到文件中) $pdf->SetFont('droidsansfallback', '', 12, '', true); //設定字型 $pdf->AddPage(); //新增頁面 $pdf->setTextShadow(array('enabled'=>false, 'depth_w'=>0.2, 'depth_h'=>0.2, 'color'=>array(196,196,196), 'opacity'=>1, 'blend_mode'=>'Normal'));//文字陰影 $sql = "select * from `".$xoopsDB->prefix("contact")."` where sn='$sn'"; $result = $xoopsDB->query($sql) or redirect_header($_SERVER['PHP_SELF'],3, mysql_error()); $all_content=""; $cate=get_contact_cate_all(); $all=$xoopsDB->fetchArray($result); //以下會產生這些變數: $tel , $email , $name , $gsn , $sn , $birthday , $zip , $county , $city , $addr foreach($all as $k=>$v){ $$k=$v; } $photo_file=get_pic_file('photo' , $sn , 1); $photo=""; $html="「{$name}」通訊錄
進階搜尋
218人線上 (64人在瀏覽線上書籍)
會員: 0
訪客: 218