php-windows Digest 25 Aug 2001 01:09:27 -0000 Issue 719

2001-08-24 Thread php-windows-digest-help
php-windows Digest 25 Aug 2001 01:09:27 - Issue 719 Topics (messages 9035 through 9055): Re: managing bounced mail 9035 by: Matthias Maar 9050 by: Mike Flynn 9055 by: Mike Flynn Compiling PHP as a filter for apache2 on win32 9036 by: Paulius Bulotas Date

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
Updated to 4.0.7rc1 and it still didn't work. Here's my snippet: $handle = printer_open("\\\kinkos\\kinkos"); printer_start_doc($handle, "Project Status"); printer_start_page($handle); printer_write($handle, "any text"); printer_end_page($handle); printer_end_doc($handle); printer_close($handle);

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I will give it a try. Thanks. "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 14:20 24.08.2001 -0400, Rob Cox wrote: > >I've made sure that the printer is available to IUSR_ALPHA (my server). The > >printer is actually open to everyone b

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Daniel Beulshausen
At 14:20 24.08.2001 -0400, Rob Cox wrote: >I've made sure that the printer is available to IUSR_ALPHA (my server). The >printer is actually open to everyone but I made sure that IUSR_ALPHA was >specified too. Nothing. Still get the same error. please try http://www.php4win.com/~daniel/php-4.0.7rc

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I've made sure that the printer is available to IUSR_ALPHA (my server). The printer is actually open to everyone but I made sure that IUSR_ALPHA was specified too. Nothing. Still get the same error. "Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message 005101c12cc2$fb03c390$1300020a@erik_laptop"

Re: [PHP-WIN] managing bounced mail

2001-08-24 Thread Mike Flynn
If it is indeed on a Windows server, check your php.ini file. Look for the entry: ; For Win32 only. sendmail_from= [EMAIL PROTECTED] ; for Win32 only And put the e-mail address you'd like the SMTP server to see as the sender there. -Mike At 10:59 PM 8/22/01 +0200, you wrote: >Hi, this problem i

RE: [PHP-WIN] printer_start_doc

2001-08-24 Thread Erik H. Mathy
> Yes I believe that I a m running under the IUSR_ComputerName account. I'll > have to verify permissions. Do that. If it's a printer being shared over the network, it's subject to either the domain permissions or the permissions specific to the box doing the sharing (or both, actually). Wow. Tha

Re: [PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
Yes I believe that I a m running under the IUSR_ComputerName account. I'll have to verify permissions. I've just noticed that the handle that is being returned is showing as 'Resource id #1'. I have no idea about that but it makes sense that if I don't have a proper handle, I won't be able to cre

RE: [PHP-WIN] printer_start_doc

2001-08-24 Thread Erik H. Mathy
> I have been able to establish a connection to a printer. Sweet! > printer_start_doc and printer_start_page don't seem to be working. I > keep on getting the following errors: > > Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php > on line 4 Sounds like a possible permiss

[PHP-WIN] printer_start_doc

2001-08-24 Thread Rob Cox
I have been able to establish a connection to a printer. printer_start_doc and printer_start_page don't seem to be working. I keep on getting the following errors: Warning: couldn't allocate new print job in E:\Archive\html\PSprint.php on line 4 Warning: couldn't start a new page in E:\Archive\

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
At 11:53 24.08.2001 -0500, Angie Tollerson wrote: >My bad, Daniel, you are right, I misudnertood what that dll is for. But >she does need to make sure she has the gd uncommented in the php.ini file >and that she is using imagecreatetruecolor, not imagecreate. only 4.0.6's gd was broken :( try

[PHP-WIN] Help with PHP/Apache/Win98 install

2001-08-24 Thread Chris Scott
Hello Everyone I have installed php on my win98 computer with Apache. The php files are in c:\php directory. I put a test script in the Apache htdocs directory and ran the script but all I getting is the raw text of the script file. Php does not appear to be processing file(http://localhost/te

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
My bad, Daniel, you are right, I misudnertood what that dll is for. But she does need to make sure she has the gd uncommented in the php.ini file and that she is using imagecreatetruecolor, not imagecreate. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Daniel Beulshausen
At 11:29 24.08.2001 -0500, Angie Tollerson wrote: >Celine, >You need to do two things: >first, make sure you have the dll "gds32.dll" from the dll folder copied >into the same folder your php.exe is sitting. Next, don't use the uh? gds32.dll is need for the interbase extension but not for the g

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
Celine, You need to do two things: first, make sure you have the dll "gds32.dll" from the dll folder copied into the same folder your php.exe is sitting. Next, don't use the imagecreate() function, use imagecreatetruecolor() function since the beta of this gd 32 seems to have a bug in it. Angie

[PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Celine Rimeur
Hi all, I just installed PHP on IIS and there are some functions I can't use like imagecreate whereas I have the php_gd.dll. Do you have any suggestions to resolve the problem? Thanks Celine -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

[PHP-WIN] PHP & MSSQL server communication

2001-08-24 Thread Jan Walter
Hi all, does anybody know, if it is possible to set the way of communication (code page) between php mssql_* functions and MSSQL server and how? I have encounered this situation: all my dbases are set to Czech collations (I suppose it's win-1250 encoding), but when I send a query via php, lots of

Re: [PHP-WIN] Date

2001-08-24 Thread Camelia Moldovan
date("Y-m-d",mktime(0,0,0,8,34,2001)); --- Sichta Daniel <[EMAIL PROTECTED]> wrote: > Hi, > Is there any function in php to solve this ? > there is date - 24.08.2001 and I need to add 10 days > to it and convert to > the date format. So result should be - 03.09.2001 > > dan > _

[PHP-WIN] Date

2001-08-24 Thread Sichta Daniel
Hi, Is there any function in php to solve this ? there is date - 24.08.2001 and I need to add 10 days to it and convert to the date format. So result should be - 03.09.2001 dan

[PHP-WIN] Compiling PHP as a filter for apache2 on win32

2001-08-24 Thread Paulius Bulotas
Hello list, has anyone succeeded doing $subj and wants to share instructions/way of doing this? I've got latest cvs snapshot, but there's none info on compiling it for apache2 (only on unix). TIA Regards, Paulius -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-WIN] Re: managing bounced mail

2001-08-24 Thread Matthias Maar
Hi. Just a comment about the return-path: The mail() function requires additional headers to be case sensitive depending on the OS PHP/SMTP is running on. Under Linux I think you have to write them "Reply-To" and "Return-Path" according to the manual (http://www.php.net/manual/en/function.mail.ph