Re: [PHP] Print..

2001-08-27 Thread MBK
Oops, my bad. I always check bigmanual.html, also from php.net couldn't find it in there. - Original Message - From: "hassan el forkani" <[EMAIL PROTECTED]> To: "MBK" <[EMAIL PROTECTED]>; "Daniel Antonio de Lima" <[EMAIL PROTECTED]&g

Re: [PHP] Print..

2001-08-27 Thread MBK
the function printer_open() or printer_write() doesn't exist in php. I don't know where you saw those functions. - Original Message - From: "Daniel Antonio de Lima" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2019 12:55 PM Subject: [PHP] Print.. Good Morning..

Re: [PHP] ftp_get

2001-08-27 Thread MBK
oh yeah, that's true. Ok, i made a dir 'testdir' with permissions 777. Still i it gives the same error. Warning: error opening /web/testdir/test.html in -Maarten - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "

Re: [PHP] ftp_get

2001-08-26 Thread MBK
The user i use to login has full permissions When i login with an ordinary ftp client using that user, then i can do anything. I think when there is a permission problem the error would say that. - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "M

[PHP] ftp_get

2001-08-26 Thread MBK
How exactly does ftp_get work? I tried it several times, but it always said something like Warning: error opening /web/destinationfile.html in .scriptlocation.. on line 38 line 38 has: ftp_get($conn_id, $destfile, $remotefile, FTP_BINARY); Can someone please help me with this. -Maarten