Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP 7 - Fatal error: Call to undefined method PDF::FPDF()

//change from
$this->FPDF($orientation,$unit,$format)
//to
$this->__construct($orientation,$unit,$format);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #PHP #Fatal #Call #undefined #method
ADD COMMENT
Topic
Name
1+4 =