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

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

2005-04-19 Thread Darvin Andrioli
Have a look at the example at http://it2.php.net/manual/en/function.printer-draw-text.php it may help you. Darvin > -Messaggio originale- > Da: Nick [mailto:[EMAIL PROTECTED] > Inviato: martedì 19 aprile 2005 15.04 > A: php-windows@lists.php.net > Oggetto: Re: [PHP-WIN] Ca

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
; 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.php.net > Subject: [P

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

2005-04-19 Thread Nick
ay, April 18, 2005 23:07 PM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Call to undefined function printer_open() > > > hey > > i want to use that function, but i cant load it :s > > content of php.ini: > ;extension=php_pgsql.dll > extension=php_printer.dll >

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

2005-04-18 Thread Wu, Jin Yong
hp-windows@lists.php.net Subject: [PHP-WIN] Call to undefined function printer_open() hey i want to use that function, but i cant load it :s content of php.ini: ;extension=php_pgsql.dll extension=php_printer.dll ;extension=php_shmop.dll extension_dir = "c:\php\ext" the file is =>>

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

2005-04-18 Thread Nick
hey i want to use that function, but i cant load it :s content of php.ini: ;extension=php_pgsql.dll extension=php_printer.dll ;extension=php_shmop.dll extension_dir = "c:\php\ext" the file is =>> C:\php\ext\php_printer.dll this seems correct to me. why wont it load some more info: i use apach