RE: [PHP] PHP with No Web Server?

2002-06-13 Thread Miguel Cruz
On Thu, 13 Jun 2002, John Holmes wrote: >> In other words.. Can PHP serve as the Web Server or is another web >> server required to handle the socket connections, etc.? > > You can run PHP on the command line without a web server, but it doesn't > do much good. For anyone else to see your PHP cre

RE: [PHP] PHP with No Web Server?

2002-06-13 Thread Brian McGarvie
e- > From: Stuart Dallas [mailto:[EMAIL PROTECTED]] > Sent: 13 June 2002 5:09 PM > To: Kevin Caporaso > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP with No Web Server? > > > On Thursday, June 13, 2002, 5:00:23 PM, you wrote: > > In other words.. Can PHP serve as

RE: [PHP] PHP with No Web Server?

2002-06-13 Thread John Holmes
> In other words.. Can PHP serve as the Web Server or is another web server > required to handle the socket connections, etc.? > > Thanks for any response. > $Kevin Warning: Undefined variable $Kevin You can run PHP on the command line without a web server, but it doesn't do much good. For anyo

Re: [PHP] PHP with No Web Server?

2002-06-13 Thread Clay Loveless
; Reply-To: Stuart Dallas <[EMAIL PROTECTED]> > Date: Thu, 13 Jun 2002 17:08:41 +0100 > To: "Kevin Caporaso" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP with No Web Server? > > On Thursday, June 13, 2002, 5:00:23 PM, you wrote: >> In

Re: [PHP] PHP with No Web Server?

2002-06-13 Thread Stuart Dallas
On Thursday, June 13, 2002, 5:00:23 PM, you wrote: > In other words.. Can PHP serve as the Web Server or is another web server > required to handle the socket connections, etc.? PHP can serve as a web server, but you would need to write (find) the code to do it - I'm sure there is plenty out ther

RE: [PHP] PHP with No Web Server?

2002-06-13 Thread Brian McGarvie
PHP is an application that generates HTML code similar to Perl. Which is what is served to the Client(Browser). Therefore no, you need to use IIS/Apache/other webserver in order to use PHP... Unless you are using it as a scripting language for shell scripts... or using GTK to create graphical