Hi,
I am trying to add a logo image to the pdf file in the _export.php page. I tried the following code in the header function:
$this->Image('citylogo.jpg',10,8,33,25);
I receive an error:
Fatal error: Cannot pass parameter 5 by reference in D:\WebDev\OfficeS\FileRequestPHP_NYW2\Pickup_List_export.php on line 770
checking the fpdf site for the Image() function reveals that parameter 5 is the height of the object which is optional. When I leave it out I get an error that it is required.
If anyone has any experience with this please reply,
thank you,