on a network printer it dont seem to work, but on local he "starts"
printing, the paper goes in :)
but he prints nothing, just an empty page :s:s



"Nick" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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

Reply via email to