Gary Kozlowski - 2018-08-26

I am trying to use the example (pdfplot.php). It does't work in my environment. My hosting is GoDaddy. I'm using a win10 laptop.

I have tried it with PHP version 7.2 with, no luck.
Here are the 2 errors I'm getting:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PDF_MemImage has a deprecated constructor in /home/tif0qktaow5f/public_html/PMT_Test/X_Testing/Graphs/pdfplot/mem_image.php on line 56

Fatal error: Uncaught Error: Call to undefined method PDF_MemImage::FPDF() in /home/tif0qktaow5f/public_html/PMT_Test/X_Testing/Graphs/pdfplot/mem_image.php:60 Stack trace: #0 /home/tif0qktaow5f/public_html/PMT_Test/X_Testing/Graphs/pdfplot/pdfplot.php(46): PDF_MemImage->PDF_MemImage() #1 {main} thrown in /home/tif0qktaow5f/public_html/PMT_Test/X_Testing/Graphs/pdfplot/mem_image.php on line 60

I have tried it with PHP version 5.6 with, no luck.
Here is the error I'm getting:
Fatal error: Call to undefined method PDF_MemImage::FPDF() in /home/tif0qktaow5f/public_html/PMT_Test/X_Testing/Graphs/pdfplot/mem_image.php on line 60

This is exactly what I've been looking for to solve my need to print my graphs.
Thanks for any help you can give me to fix this.