Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Stuart Dallas
On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php > but I can't set a cookie. There is no error message or anything, only no > cookie. Does anyone have an idea what might be wrong? My guess is that it's register_

Re: [PHP-WIN] case-sensitive

2002-06-25 Thread Stuart Dallas
On Tuesday, June 25, 2002 at 9:27:42 PM, "Chris Schmidt" wrote: > Why on windows is PHP not case-sensitive but on Unix it is? And can this be > configured If you mean filenames, this is a choice the filesystem designers made and there is no way to change it. If this is not what you mean, please

[PHP-WIN] Re: [PHP] 'CC' and 'BCC' in mail function

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote: > Does any one know how to make mail() function to send mail to 'CC' and 'BCC' > address. I have tried to keep 'CC' and BCC' in header, but it is not > working. Mail function is sending the message to 'To' address but not to > 'CC' a

Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 11:07:24 AM, Brian McGarvie wrote: > Basically then there is no real reason for Apache over IIS on win2k server? Not now Apache 2 is here. Apache 1.x has always been considered by the Apache group as beta code and therefore not suitable for use in a production environmen

Re: [PHP-WIN] SSL Support for PHP....

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 9:13:59 AM, Brian McGarvie wrote: > How does IIS fair against Apache with servring multiple sites? each site will be >like... http://customername.ourdomain.co.uk Both are capable of serving multiple sites without any issues that I am aware of. > Also - more an IIS/Apac

Re: [PHP-WIN] Re: Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Stuart Dallas
On Tuesday, June 11, 2002 at 3:39:21 AM, you wrote: > Thank you very much. I see that I must access variables using $_POST['var'] > syntax. I'm disappointed that variable access appears not to be backward > compatible to earlier versions fo PHP, but such is life. It is. If you've read the notes

Re: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-10 Thread Stuart Dallas
Monday, June 10, 2002, 2:49:14 PM, you wrote: > But before I start all this implementation, I wonder what other > kinds of solution other might have been using - I would prefer > not to have scripts running on the client side, but a public > key system force me to do this. (And I can use php, so i

Re: [PHP-WIN] Re: PHP 4.2.1 And WinXP

2002-06-10 Thread Stuart Dallas
Monday, June 10, 2002, 12:57:49 PM, you wrote: > This seems to be a common theme for PHP4.2.1. I'm running on Win2k and > seeing the same problem, as is another poster (see: "Form Problem".) Given > that several people are seeing the same thing, it does seem to indicate a > problem with PHP 4.2

Re: [PHP-WIN] How do I get PHP 4.1.2 to work with Apache 2.0.36 on win32?

2002-06-03 Thread Stuart Dallas
On Monday, June 3, 2002 at 2:13:03 PM, you wrote: > I'm having a little trouble setting up PHP 4.1.2 to run on my Win32 > Apache 2.0.36 installation. Apache is working flawlessly ortherwise, > but If I try and add/uncomment the "LoadModule" line for > php4apache.dll then Apache doesn't even loa

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Mark Filipak <[EMAIL PROTECTED]> wrote: > I'm about as rank a newbie as you could imagine so please forgive me > if I err, but doesn't line 3 below ('/*') comment out the entire PHP > code block? > >> > // button.php >> /* >> define("TextFONT", "3"); >> >> Erm, yes. I cannot believe that I m

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie <[EMAIL PROTECTED]> wrote: > Any configuration points to check out? > win2k server, iis5, php 4.2.1... Do you have register_globals set to on or off? The code you're using needs it to be on for it to work. If that is the problem you would be better off modifying the code to use the

Re: [PHP-WIN] GD...

2002-05-29 Thread Stuart Dallas
Brian McGarvie <[EMAIL PROTECTED]> wrote: > Any Ideas? Show us your code and we'll see if we can identify the problem. Unfortunately we're not mind readers. -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Needed: Several short, swift kicks.

2002-05-28 Thread Stuart Dallas
On 29 May 2002 at 0:03, Mark Filipak wrote: > 1 - Can PHP be used as a batch processor under MS-Windows? Yes. Just use "php -q c:\path\to\script.php". For the full set of command line options, type "php -h" at the command line. The relevant manual page is http://www.php.net/manual/en/html/feat

Re: [PHP-WIN] server variables

2002-05-14 Thread Stuart Dallas
[EMAIL PROTECTED] wrote: > I am using Win2K, IIS5 and PHP4.12. > When an SSL connection with client certificate established, IIS owns > some server variables containing information about client certificate > (CERT_xxx or HTTPS_xxx). Although PHP does not registers them. So the > question is: how c

Re: [PHP-WIN] how do I get a user name?

2002-05-13 Thread Stuart Dallas
On 13 May 2002 at 17:21, Mauricio wrote: > I am using apaches' authentication. > How do i do for get user name and password in PHP? PHP 4.1.x or later: $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW'] Earlier PHP: $PHP_AUTH_USER and $PHP_AUTH_PW -- Stuart -- PHP Windows Mailing List (ht

[PHP-WIN] Win2k + PHP + dynamic disk mirroring

2002-05-13 Thread Stuart Dallas
Is anyone running PHP on Win2k with dynamic disk mirroring? If so, have you had any problems with it? I have a problem where include files are being corrupted somewhere between the disk and PHP and it's causing huge problems. The only difference between this server and the other servers we hav

Re: [PHP-WIN] Sessions under PHP 4.2

2002-05-13 Thread Stuart Dallas
R.S. Herhuth <[EMAIL PROTECTED]> wrote: > I installed 4.2 and I want to use sessions with the "stock > configuration." I tried this but it doesn't work...what should I be > doing different? In what way? What error do you get? -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To un

Re: [PHP-WIN] Re: How do i get SSI (Server Side Include) to work

2002-05-05 Thread Stuart Dallas
On 5 May 2002 at 9:32, Alex wrote: > How did you installed PHP i have tried without sucess. I tried the > experimental, but I get the message "Loadmodule takes two arguments, a > module name and the name of a shared object file to load it from " > which I did - LoadModule php4_module C:/Program F

Re: [PHP-WIN] File Uploader - Progress

2002-05-03 Thread Stuart Dallas
On 3 May 2002 at 15:57, Mike Flynn wrote: > At 01:21 AM 5/4/02 +0530, Arijit Chaudhuri wrote: > >File uploads are a breeze to code in php. However, I have got a > >request from a client to show the percentage uploaded or some graphic > >progress monitor as the upload process is difficult to track

RE: [PHP-WIN] Re: i'm stuck guys

2002-04-29 Thread Stuart Dallas
In IE you have to do ctrl+click the refresh toolbar icon. Ctrl+F5 does not do it. HTH, Stuart -Original Message- From: Luis Ferro [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:00 To: Webmaster Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: i'm stuck guys Internet Explorer doesn't

RE: [PHP-WIN] PHP Command Line Syntax

2002-04-28 Thread Stuart Dallas
Set the environment variable QUERY_STRING prior to running PHP... set QUERY_STRING=servername=SERVERNAME c:\php\php.exe -q checksingle.php HTH, Stuart -Original Message- From: Scott Dowd [mailto:[EMAIL PROTECTED]] Sent: 28 April 2002 12:32 To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP Co

[PHP-WIN] Apache 1.3.20 and PHP 4.1.2 on Win2k Server

2002-04-26 Thread Stuart Dallas
Hi All, I've got a very strange problem. I have a dual processor server with the above software configuration running several sites. Most of the PHP that is used on the sites is commercial (e.g. vBulletin) but there is also some home-grown. Occasionally we are seeing sytax errors being shown for