Hi
Have anyone any idea why not loading the class with (no error, keep white screen):
require_once('http://www.mysite/html2pdf_v4/html2pdf.class.php');
its working only:
require_once(dirname(__FILE__).'/html2pdf_v4/html2pdf.class.php');
Thanks
