Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
Ah thanks, i will try that. "Darvin Andrioli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > -Messaggio originale- > > Da: Nick [mailto:[EMAIL PROTECTED] > > Inviato: martedì 19 aprile 2005 18.04 > > A: php-windows@lists

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Darvin Andrioli
> -Messaggio originale- > Da: Nick [mailto:[EMAIL PROTECTED] > Inviato: martedì 19 aprile 2005 18.04 > A: php-windows@lists.php.net > Oggetto: Re: [PHP-WIN] Call to undefined function printer_open() > > > yeah, but thats only to print an single line, not a whol

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
yeah, but thats only to print an single line, not a whole word file (MS office word ;) ) the files that i use are like 5 to 10 pages. not very usefull that i draw text i suppose thanks anyway "Darvin Andrioli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have a look at the exampl

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread JC Botha
Dear Users What is the name for the precision floating point function(syntax). Like having 2.987 to be 2.89? Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
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?

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
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($ha

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
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($printerloc

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
also added c:\php\ext and c:\php\ext\ to windows %path% environment variable, saw in other thread did not work :s "Jin Yong Wu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Check whether you install related printer driver. For instance, it's not > enough only to load > module ,

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
i have tried in as an netwerk printer and local printer, both doesnt work :s:s yeah i have libmysql.dll, and al my database operations work fine, just not that printer_open function this is what i did -installed Apache HTTP Server (apache_1.3.31-win32-x86-no_src.exe and on other

RE: [PHP-WIN] Call to undefined function printer_open()

2005-04-18 Thread Wu, Jin Yong
Check whether you install related printer driver. For instance, it's not enough only to load module , but also you should have libmysql.dll. Maybe it'll help you some. Yong -Original Message- From: Nick [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 23:07 PM To: php-windows@lists