Hello, your script works fine, but when I include my classes for Users, Settings, etc.. of my CMS I get errors, your script creates a conflict with them, how can I bypass this?
I include the Users class, I initiate: $Me = New Users();
and then I get this....
Notice: Undefined variable: Me in D:\xampp\htdocs\webs\luzdelsol.co.uk\www\MyPage.view.php on line 3
This way I am unable to put php variables in the PDF.
Thanks for any help, I have been putting in so many hours trying to get a simple PDF to print / download....