sry, error in code

>         $printer = "\\\\GLENN\\hp deskjet 990c";
>
>         $file= $lening[$i]->briefVDABbestand; -> contains an word document
path(ex letter.doc)
>         $handle = printer_open($printerlocatie);
>         printer_start_doc($handle, $file);
>         printer_start_page($handle);
>
>         printer_end_page($handle);
>         printer_end_doc($handle);
>         printer_close($handle);
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to