ok i fixed it
i removed php 5.0.1 and installed 5.0.4 and it worked perfect?
now i need to print the file
can some one help me?
$printer = "\\\\GLENN\\hp deskjet 990c";
$file= $lening[$i]->briefVDABbestand; -> contains an word document
$handle = printer_open($printerlocatie);
printer_start_doc($handle, $bestand);
printer_start_page($handle);
printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
this wont work :s:s
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php