Re: [PHP] PHP and IIS

2003-12-07 Thread John W. Holmes
V.B. de Haan wrote: Now the WHY-question: at the bottom of every page, a complex CGI-Perl-script has to be executed, it's more easily to add only one line of SSI-comment, than the whole content of te script. I also have to translate it to PHP. No you don't. Just use virtual(). http://us2.php.net

Re: [PHP] PHP and IIS

2003-12-07 Thread V.B. de Haan
s" <[EMAIL PROTECTED]> To: "V.B. de Haan" <[EMAIL PROTECTED]> Cc: "PHP General Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 06, 2003 11:54 PM Subject: Re: [PHP] PHP and IIS > V.B. de Haan wrote: > > I'm running IIS 5.0 on win 2000

Re: [PHP] PHP and IIS

2003-12-07 Thread V.B. de Haan
neral Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 06, 2003 11:54 PM Subject: Re: [PHP] PHP and IIS > V.B. de Haan wrote: > > I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP > > code in one single file of HTML. How can I do

Re: [PHP] PHP and IIS

2003-12-06 Thread John W. Holmes
V.B. de Haan wrote: I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How can I do this? The question is WHY you'd want to do this. Whatever you're doing in your SSI should just be done in PHP. -- ---John Holmes... Amazon Wishlist: www.am

[PHP] PHP and IIS

2003-12-06 Thread V.B. de Haan
Hi all, I'm running IIS 5.0 on win 2000 professional. I want to include SSI and PHP code in one single file of HTML. How can I do this? Vincent

Re: [PHP] PHP and IIS

2003-03-22 Thread Beauford.2002
uot;Beauford.2002" <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 9:32 PM Subject: Re: [PHP] PHP and IIS > Hello Beauford.2002, > > Saturday, March 22, 2003, 6:03:38 PM, you wrote: > > B2> I just installed Win2k server and IIS (need it for a project I am doing) and

Re: [PHP] PHP and IIS

2003-03-22 Thread Leo Spalteholz
On March 22, 2003 04:03 pm, Beauford.2002 wrote: > I just installed Win2k server and IIS (need it for a project I am > doing) and get the following error after installing PHP. All > permissions are set correctly. This appears to be a common problem > as a search comes up with hundreds of the same p

Re: [PHP] PHP and IIS

2003-03-22 Thread Denis L. Menezes
Hi, Just a thought. Have u put all the dlls in the system32 forlder? Denis - Original Message - From: "Beauford.2002" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 8:03 AM Subject: [PHP] PHP and IIS > I just i

[PHP] PHP and IIS

2003-03-22 Thread Beauford.2002
I just installed Win2k server and IIS (need it for a project I am doing) and get the following error after installing PHP. All permissions are set correctly. This appears to be a common problem as a search comes up with hundreds of the same problem - funny though - no answers. Any help is apprecia

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
eneral'" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 2:40 PM Subject: Re: [PHP] PHP and IIS - More info > Beauford.2002 wrote: > > >Further note that it is not just this script, but many PHP scripts that I > >run on IIS - they all work perfectly on Ap

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread CPT John W. Holmes
D]> > To: "'Beauford.2002'" <[EMAIL PROTECTED]>; "'PHP General'" > <[EMAIL PROTECTED]> > Sent: Wednesday, March 19, 2003 12:21 PM > Subject: RE: [PHP] PHP and IIS - More info > > > > > These are some of the erro

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Chris Hewitt
Beauford.2002 wrote: Further note that it is not just this script, but many PHP scripts that I run on IIS - they all work perfectly on Apache (on Windows and Linux).. As well as configuration differences it could be different versions of php. Modern ones expect $_SERVER for example. I might like

Re: [PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
ED]>; "'PHP General'" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 12:21 PM Subject: RE: [PHP] PHP and IIS - More info > > These are some of the errors I am getting > > > > Notice: Undefined index: login in > > C:\Inetpub\wwwroot\.

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread Beauford.2002
- From: "CPT John W. Holmes" <[EMAIL PROTECTED]> To: "Beauford.2002" <[EMAIL PROTECTED]>; "PHP General" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 11:21 AM Subject: Re: [PHP] PHP and IIS 5.0 > > I am putting together a website for a custo

RE: [PHP] PHP and IIS - More info

2003-03-19 Thread John W. Holmes
> These are some of the errors I am getting > > Notice: Undefined index: login in > C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 > > and 75, and other similar errors. > > Line 74 is: $login = $HTTP_SESSION_VARS['login']; > Line 75 is: $password = $HTTP_SESSION_VARS['password

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread CPT John W. Holmes
> I am putting together a website for a customer who insists on using IIS > running on Windows XP and I'm running into some problems. It appears that no > matter what PHP script I run, I'm getting tons of errors saying this > variable or that variable is undefined. I have global variables turned on

[PHP] PHP and IIS - More info

2003-03-19 Thread Beauford.2002
These are some of the errors I am getting Notice: Undefined index: login in C:\Inetpub\wwwroot\..\login\checklogin.php on line 74 and 75, and other similar errors. Line 74 is: $login = $HTTP_SESSION_VARS['login']; Line 75 is: $password = $HTTP_SESSION_VARS['password']; Another one i

Re: [PHP] PHP and IIS 5.0

2003-03-19 Thread Lowell Allen
To: "PHP General" <[EMAIL PROTECTED]> > Subject: [PHP] PHP and IIS 5.0 > > Hi, > > I am putting together a website for a customer who insists on using IIS > running on Windows XP and I'm running into some problems. It appears that no > matter what PHP scri

[PHP] PHP and IIS 5.0

2003-03-19 Thread Beauford.2002
Hi, I am putting together a website for a customer who insists on using IIS running on Windows XP and I'm running into some problems. It appears that no matter what PHP script I run, I'm getting tons of errors saying this variable or that variable is undefined. I have global variables turned on in