[PHP-WIN] Apache/PHP on Win 2000

2001-03-21 Thread speedoflight
I am running Apache on Win 2000 and am trying to install PHP on it. I've used the PHP installer and have configured my httpd.conf file to recognize the php mime type. I am using localhost or 127.0.0.1 to do this since I don't have a box that is online. I've never tried the localhost route befor

[PHP-WIN] Does Apache for Win support DOCUMENT_ROOT & REQUEST_URI? Where is Apache for Win?

2001-03-21 Thread Yasuo Ohgaki
[Q] Does Apache for Win supports DOCUMENT_ROOT and REQUEST_URI? (I cannot see them on IIS5 for some reason on CGI version. I can see DOCUEMNT_ROOT on ISAPI, though) I've been using PHP/Apache on Linux, I decided to install Apache for Win on my PC. However, I cannot find where to get binary version

Re: [PHP-WIN] Email Problem....SOLVED!!!!

2001-03-21 Thread Giro
How you get to configure your email server under apache/win (smtp as localhost and email postmaster@localhost), I have tried to find information about that without success. Which email server you are using to retrieve message and send them. I am confuse. Giro <[EMAIL PROTECTED]> wrote in message

Re: [PHP-WIN] Email Problem....SOLVED!!!!

2001-03-21 Thread Giro
Not for me I got the same think, I started to believe that there is something to do with the smtp provider, because I have tried the same script on a another machine and use a modem connection with earthlink and it works great so I guess there is something to be check with the smtp setting somewhe

Re: [PHP-WIN] Apache Modules

2001-03-21 Thread Giro
This is a good one, one developer keeps up to date extensions for Windows: http://download.swwwing.com/php4/modules/ good luck Giro ""Matt Williams"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > > Does anyone know where I can get pre-compiled Apache m

php-windows Digest 21 Mar 2001 21:43:51 -0000 Issue 503

2001-03-21 Thread php-windows-digest-help
php-windows Digest 21 Mar 2001 21:43:51 - Issue 503 Topics (messages 6182 through 6205): Win2k IIS5 PHP404 : trouble with extensions dir 6182 by: Yvan Arnaud 6195 by: Yasuo Ohgaki function mail() 6183 by: Eric Tonicello 6189 by: Eric Tonicello Re: resolutio

Re: [PHP-WIN] include_once problem...

2001-03-21 Thread Ketan
HI! There is a problem in your INCLUDED file. If is defined function my_function() in your my_file.inc, the first INCLUDE loads the INC file and defines your function. The second INCLUDE command loads the same INC file with the same FUNCTION - and there is your problem. All functions can be IN

[PHP-WIN] Mcrypt

2001-03-21 Thread Dreamvale
Hi, While trying out the following sample codes, I got this warning. "Warning: attempt to use an empty IV, which is NOT recommend in " How to get rid of it? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

[PHP-WIN] Sending Commands

2001-03-21 Thread Josh Seward
I have been looking for a way to send commands to a windows application. I can start the application and leave it running in the background. The application takes commands from the keyboard and I need a way to send it commands via my php script If anyone knows a way of doing this, PLEASE H

Re: [PHP-WIN] com_load error

2001-03-21 Thread Alain Samoun
com_load doesn't work, use: $com_object = new com("Excel.sheet"); Alain On Sat, Jan 01, 2000 at 08:09:36PM -0800, Alexander Nenashev wrote: > Why I get > Fatal error: Call to undefined function: com_load() > I have php 4.04 > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsub

[PHP-WIN] com_load error

2001-03-21 Thread Alexander Nenashev
Why I get Fatal error: Call to undefined function: com_load() I have php 4.04 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] PHP 4 as ISAPI

2001-03-21 Thread Phil Driscoll
Have you installed php from the installer (which only contains the cgi version) or the big zip which includes all the server api modules and a load of extensions. If the former, do the latter, then you will have the isapi module. However, bear in mind that when you do get it going, it is likely

RE: [PHP-WIN] PHP 4 as ISAPI

2001-03-21 Thread "Barraud, Stéphane"
I got the same problem a few days ago when I tried to switch from CGI to isapi on IIS 5.0. I was unable to load odbc or oci8 dlls. After searching, I finally rebooted my server -> everything now works well as isapi HTH Steph > -Original Message- > From: David Elliott [mailto:[EMAIL PRO

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-21 Thread Phil Driscoll
>I just get "Bad command or file name" Ok - at the command line type cd c:\php (or wherever your php.exe lives) then type php.exe -i and let us know what it says. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows

[PHP-WIN] PHP 4 as ISAPI

2001-03-21 Thread David Elliott
Hi php-windows, It is an install question. OK I am missing something simple here. I can get PHP 4.0.5RC1 to run as a CGI on IIS5 but for some testing I want to run it as an isapi (i.e. the DLL). I have read the manual (Which is not that helpful). The error that I get is [The specified module co

Re: [PHP-WIN] Looking for Samples

2001-03-21 Thread Yasuo Ohgaki
Although, this is not a what you requested. Anyway, How about take a look at PEAR. You can find in PHP source or you might have them already in your system. I think it is useful and also a good example. You might want to use form classes can be found on net, since form elements definition and

Re: [PHP-WIN] Win2k IIS5 PHP404 : trouble with extensions dir

2001-03-21 Thread Yasuo Ohgaki
I've posted relating notes for PHP Manual It might help. http://www.php.net/manual/en/install-windows.php -- Yasuo Ohgaki ""Yvan Arnaud"" <[EMAIL PROTECTED]> wrote in message 99a1c1$sr5$[EMAIL PROTECTED]">news:99a1c1$sr5$[EMAIL PROTECTED]... > Hi, > > the standard installation of PHP404 works f

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-21 Thread Tom Mathews
Have you set your path to include the php directory - or are you in the php directory? Tom John wrote: > I just get "Bad command or file name" > > Phil Driscoll wrote: > > > > >When I type php.exe -i at a ms-dos prompt, I get no response. > > What do you mean by no response? > > Cheers > > -- >

FW: [PHP-WIN] Problem with PHP4.04 installation

2001-03-21 Thread Gregory_Griffiths
which directory are you in ? is the path to your install of PHP in your system PATH ? > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 21 March 2001 15:57 > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP-WIN] Problem with PHP4.04 installation > >

RE: [PHP-WIN] MySQL errors

2001-03-21 Thread Robin Bolton
Better make that 3.23.35. Q major GROUP BY bug was recently discovered that slipped into 3.23.34, they're recommending everyone upgrades. > -Original Message- > From: Fernando Madruga [mailto:[EMAIL PROTECTED]] > Sent: March 21, 2001 2:02 AM > To: Dirk Bonenkamp - Bean IT; [EMAIL PROTECT

Re: [PHP-WIN] Problem with PHP4.04 installation

2001-03-21 Thread John
I just get "Bad command or file name" Phil Driscoll wrote: > > >When I type php.exe -i at a ms-dos prompt, I get no response. > What do you mean by no response? > Cheers > -- > Phil Driscoll > Dial Solutions > +44 (0)113 294 5112 > http://www.dialsolutions.com > http://www.dtonline.org > > -- >

RE: [PHP-WIN] What is your choice?

2001-03-21 Thread Asendorf, John
I've had many different problems attempting to run PHP 4.04 on IIS 4 as a module. Run it CGI. - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Aut insanit homo, aut versus f

Re: [PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
I've got the solution. Thanks Jeff ! try putting this before the mail command: ini_set("SMTP", "your.smtp.server"); (i used localhost, thats where my server is) ini_set("sendmail_from", "[EMAIL PROTECTED]"); (i used postmaster@localhost) I posted this to

RE: [PHP-WIN] Naming Variables Based on Variable Content

2001-03-21 Thread Fernando Madruga
An example: This will echo $Contents = Will it work? HTH, Fernando Madruga -Original Message- From: Michael Rudel [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 21 de Março de 2001 14:14 To: 'Will Degener'; 'Php-Windows (E-mail)' Subject: RE: [PHP-WIN] Naming Variables Based on Var

RE: [PHP-WIN] Naming Variables Based on Variable Content

2001-03-21 Thread Michael Rudel
Sure, $MyVar = "Contents"; $$MyVar equals $Contents. Taken from the Manual, Language Reference (which everyone should read first =8), Chapter 7: Variables / Variable Variables Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - __

[PHP-WIN] Naming Variables Based on Variable Content

2001-03-21 Thread Will Degener
Any ideas if this is possible and if so how ??? Thanks in advance. - Will If I have a variable : $MyVar = "Contents"; Can I create a variable at "runtime" that has a name based on the contents of $MyVar ? eg $Contents -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-

Re: [PHP-WIN] resolution problems in dinamic .gif

2001-03-21 Thread Praying Mantis
Thanks a lot... "Alex" <[EMAIL PROTECTED]> wrote in message 01a001c0b210$f7c249e0$7660dcc1@dima">news:01a001c0b210$f7c249e0$7660dcc1@dima... > Hi, > Try to convert your gif image to 32-bit mode and print it. Gif images are > 8-bit only and, may be, the printer driver's dithering for the gifs is n

Re: [PHP-WIN] resolution problems in dinamic .gif

2001-03-21 Thread Alex
Hi, Try to convert your gif image to 32-bit mode and print it. Gif images are 8-bit only and, may be, the printer driver's dithering for the gifs is not correct. Alex. >I'm using version 3 of PHP to build a .gif image file dinamicly. >I don't know what's happening, but the letters are being disp

[PHP-WIN] function mail()

2001-03-21 Thread Eric Tonicello
Hi ! I'm trying to use the function mail(). I get : Warning: Failed to Connect in D:\IBOIS\web\test.php on line 1 I'm using the lastest version of PHP on IIS 4.0 What's wrong ? Should I change the php.ini ? If I try to use the snmp library i get lot of errors... PLease help.me Eric

[PHP-WIN] Win2k IIS5 PHP404 : trouble with extensions dir

2001-03-21 Thread Yvan Arnaud
Hi, the standard installation of PHP404 works fine (CGI and ISAPI). But when we intent to activate an extension (php_ldap.dll for example) it does not work anymore : the error message is that it cannot find the specified extension file (php_ldap.dll). I tried to specify different extensions dir i

php-windows Digest 21 Mar 2001 08:56:55 -0000 Issue 502

2001-03-21 Thread php-windows-digest-help
php-windows Digest 21 Mar 2001 08:56:55 - Issue 502 Topics (messages 6166 through 6181): Re: Problem with PHP4.04 installation 6166 by: John 6167 by: Phil Driscoll MS Access 6168 by: Tom Mathews 6170 by: Alain Samoun different bug - define constants/include

RE: [PHP-WIN] MySQL errors

2001-03-21 Thread Fernando Madruga
Well, there is no need to use a beta version of mysql when a stable version exists! Why don't you start by upgrading to 3.23.34 ?! Maybe your problem goes away! HTH, Fernando Madruga -Original Message- From: Dirk Bonenkamp - Bean IT [mailto:[EMAIL PROTECTED]] Sent: terça-feira, 20 de M