Owii2 Le 05/12/2009 à 16:20 Hello,
how can i use a PHP-File as Sourge like:
include('html2pdf/vorlagen/test2.php?name=Tim');
Owii2 Le 05/12/2009 à 17:22 Sry, i forgot the Error:
Warning: include(html2pdf/vorlagen/test2.php?name=Tim) [function.include]: failed to open stream: Permission denied in
D:\xampp\xampp\htdocs\mdr\test.php on line 5
Warning: include() [function.include]: Failed opening 'html2pdf/vorlagen/test2.php?name=Tim' for inclusion
(include_path='.;D:\xampp\xampp\php\PEAR') in D:\xampp\xampp\htdocs\mdr\test.php on line 5
Spipu Le 05/12/2009 à 23:14 have you never use the include and require functions ? this is about PHP, not html2pdf....