【发布时间】:2014-03-22 22:13:25
【问题描述】:
require_once() [function.require]:需要打开失败
tcpdf_include.php(include_path='.:/usr/local/php5_3/lib/php') 在 /home/content/06/11735806/html/systems/CA/pdf.php
我收到此错误,我的链接是 http://caware.in/pinal.php 。 请尽快帮助我找到完美的解决方案。
【问题讨论】:
-
请贴出你试过的代码,没有人可以帮忙
-
require_once('PDF/config/lang/eng.php'); require_once('PDF/tcpdf.php');
-
class MYPDF extends TCPDF { // 页脚 public function Footer() { // 位置距底部 15 mm $this->SetY(-15); // 设置字体 $this->SetFont('helvetica', 'I', 8); // 页码 $this->Cell(0, 10, 'Page '.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 0, false, 'C', 0, '' , 0, 假, 'T', 'M'); } }
-
请不要像那样问我的工作。我希望它是完美的。