Re: [PHP] Installing PHP probs

2001-08-01 Thread Richard Lynch
> well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? You mean just run PHP scripts from the command line? Once you get to the point where you have C:\\php4\\php.exe, you're good to go. Open an MS-DOS prompt and do c:\\php4\\php.ex

RE: [PHP] Installing PHP probs

2001-08-01 Thread Ben Bleything
AND, you can fairly easily configure it to deny all connections coming from anywhere but localhost => Ben -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 12:08 PM To: php Subject: RE: [PHP] Installing PHP probs you dont have to hav

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
ginal Message- > From: Matt Greer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 3:14 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Installing PHP probs > > > on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > > > well what if i want to

Re: [PHP] Installing PHP probs

2001-08-01 Thread Matt Greer
on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? > You can't. You need a webserver on your computer to run php locally. If you're running windows98/me you can use Person

Re: [PHP] Installing PHP probs

2001-08-01 Thread Kyle Smith
[gts]" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 11:02 AM Subject: RE: [PHP] Installing PHP probs > it's a piece of cake for windows... two steps: > > 1) > download the .EXE and double-click on it > or > downl

RE: [PHP] Installing PHP probs

2001-08-01 Thread Sam Masiello
Exactly what error are you getting? The install is pretty straight forward. Sam Masiello Software Quality Assurance Engineer Synacor (716) 853-1362 x289 [EMAIL PROTECTED] -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:26 PM To:

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
it's a piece of cake for windows... two steps: 1) download the .EXE and double-click on it or download the .ZIP and unzip it somewhere (usually C:\php) 2) configure & restart your webserver if you download the .EXE it'll configure any non-apache server for you. if you use apache, you'll have