I am having problems when I run my salesreport.php
A PHP Error was encountered
Severity: 8192
Message: Assigning the return value of new by reference is deprecated
Filename: controllers/salesreport.php
Line Number: 390
I checked line 390 and here is the code
$pdf =& new Cezpdf('LETTER', 'landscape');
What should I do?
I am running xampp on localhost. Someone told me that my localhost is the problem