RE: [PHP] windows 2000 install

2001-04-12 Thread Paul Grant

The php4win site (http://www.php4win.de/) is a good source of information on
PHP running on Windows.
Ok I know you said that you can't use  Apache but if the specter of Notes
changes your mind, PHP Triad (http://www.phpgeek.com/) is a great way to get
PHP, MySQL and Apache up and running quickly.
Paul

> -Original Message-
> From: Deborah Dennison [SMTP:[EMAIL PROTECTED]]
> Sent: 11 April 2001 21:55
> To:   [EMAIL PROTECTED]
> Subject:  [PHP] windows 2000 install
> 
> Desperate and frustrated new php peep here. Trying to install php4 on
> windows 2000 using IIS5. I have tried EVERYTHING. Last thing I tried was
> the easyinstaller from the phpeverywhere people. No luck. Everytime I try
> a
> test, I get a blank page???
> 
> Take pity on me please!!! If I cannot get this to work I have to use
> Lotus Domino (yuck) and I am signed up to take a class but have to have
> php
> installed first. I already bought the book. I want to use this. I like
> this. But cannot get past the installation. Am I a lost cause already???
> 
> Is there anyone out there who has been in my shoes and worked this all
> out?
> Can someone give me a list of what to check etc.. Everytime I try to
> install. I follow the directions and nothing seems to work. I have been to
> the php.net site and no luck with those instructions either. And no, I
> cannot use Apache so please don't even mention it.
> 
> The sad thing is I had installed Apache and php4 on Windows NT in about a
> 1/2 hour. Ran my phpinfo test and it worked. Then, my system config
> changed
> and now under 2000/IIs I cannot get it to work. Help me please...
> 
> Thanks So much
> Deb
> 
> P.S. I have tried sending this to the windows php list and it keeps
> getting
> returned so I thought I would try here
> 
> 
> -- 
> PHP General 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]


The information contained in this e-mail is confidential, 
may be privileged and is intended only for the use of the 
recipient named above. If you are not the intended 
recipient or a representative of the intended recipient, 
you have received this e-mail in error and must not copy, 
use or disclose the contents of this email to anybody 
else. If you have received this e-mail in error, please 
notify the sender immediately by return e-mail and 
permanently delete the copy you received. This email has 
been swept for computer viruses. However, you should 
carry out your own virus checks. 


Registered in Ireland, No. 205721. http://www.FINEOS.com 

-- 
PHP General 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] windows 2000 install

2001-04-11 Thread Phil Driscoll

There are two stages here. Getting PHP installed and working and getting IIS
configured.

To tackle the first should be easy. If php.exe and phpts.dll are in the same
directory as each other (say C:\php) and php.ini is in the WINNT folder AND
you haven't done anything silly in php.ini, then PHP should work.

Test by opening a command window, changing directory to C:\php and typing
php.exe -i. A screenful of html tells you php is working. Alternatively, an
error message might tell you what's wrong.

If that works, run the Internet service manager and check that for the web
site you are playing with, the .php file extension is mapped onto the
php.exe.

Run a .php file containing just  from your web browser on
localhost.

If that works, great. If not, tell us exactly what happens.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP General 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] windows 2000 install

2001-04-11 Thread Jerry Lake

What are you using as a test ?

try saving this below as info.php



make sure you are saving this to your webroot
and calling it through your browser
http://localhost/info.php

Jerry Lake- [EMAIL PROTECTED]
Web Designer
Europa Communications - http://www.europa.com
Pacifier Online - http://www.pacifier.com


-Original Message-
From: Deborah Dennison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 1:55 PM
To: [EMAIL PROTECTED]
Subject: [PHP] windows 2000 install


Desperate and frustrated new php peep here. Trying to install php4 on
windows 2000 using IIS5. I have tried EVERYTHING. Last thing I tried was
the easyinstaller from the phpeverywhere people. No luck. Everytime I try a
test, I get a blank page???

Take pity on me please!!! If I cannot get this to work I have to use
Lotus Domino (yuck) and I am signed up to take a class but have to have php
installed first. I already bought the book. I want to use this. I like
this. But cannot get past the installation. Am I a lost cause already???

Is there anyone out there who has been in my shoes and worked this all out?
Can someone give me a list of what to check etc.. Everytime I try to
install. I follow the directions and nothing seems to work. I have been to
the php.net site and no luck with those instructions either. And no, I
cannot use Apache so please don't even mention it.

The sad thing is I had installed Apache and php4 on Windows NT in about a
1/2 hour. Ran my phpinfo test and it worked. Then, my system config changed
and now under 2000/IIs I cannot get it to work. Help me please...

Thanks So much
Deb

P.S. I have tried sending this to the windows php list and it keeps getting
returned so I thought I would try here


-- 
PHP General 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]



-- 
PHP General 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]




[PHP] windows 2000 install

2001-04-11 Thread Deborah Dennison

Desperate and frustrated new php peep here. Trying to install php4 on
windows 2000 using IIS5. I have tried EVERYTHING. Last thing I tried was
the easyinstaller from the phpeverywhere people. No luck. Everytime I try a
test, I get a blank page???

Take pity on me please!!! If I cannot get this to work I have to use
Lotus Domino (yuck) and I am signed up to take a class but have to have php
installed first. I already bought the book. I want to use this. I like
this. But cannot get past the installation. Am I a lost cause already???

Is there anyone out there who has been in my shoes and worked this all out?
Can someone give me a list of what to check etc.. Everytime I try to
install. I follow the directions and nothing seems to work. I have been to
the php.net site and no luck with those instructions either. And no, I
cannot use Apache so please don't even mention it.

The sad thing is I had installed Apache and php4 on Windows NT in about a
1/2 hour. Ran my phpinfo test and it worked. Then, my system config changed
and now under 2000/IIs I cannot get it to work. Help me please...

Thanks So much
Deb

P.S. I have tried sending this to the windows php list and it keeps getting
returned so I thought I would try here


-- 
PHP General 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]