[PHP] Re: is there a commandline php.exe interpreter?

2001-11-01 Thread Chris Lee
sure there is, get it at php.net goto download section and choose the cgi version. there you are. php.exe -- Chris Lee [EMAIL PROTECTED] "John A. Grant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've installed ActivePerl, which gives me a way to r

Re: [PHP] Re: is there a commandline php.exe interpreter?

2001-10-26 Thread John A. Grant
"Jim Lucas" <[EMAIL PROTECTED]> wrote in message 022901c15dbd$76a34c20$[EMAIL PROTECTED]">news:022901c15dbd$76a34c20$[EMAIL PROTECTED]... > try this > > system("php.exe ", $output); > echo $output; > ?> > > make sure you put the correct paths to the .exe and file otherwise it will > think that i

Re: [PHP] Re: is there a commandline php.exe interpreter?

2001-10-25 Thread Jim Lucas
PROTECTED]> Sent: Thursday, October 25, 2001 6:07 AM Subject: [PHP] Re: is there a commandline php.exe interpreter? > "John A. Grant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I've installed ActivePe

Re: [PHP] Re: is there a commandline php.exe interpreter?

2001-10-25 Thread David Robley
On Thu, 25 Oct 2001 22:37, John A. Grant wrote: > "John A. Grant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > I've installed ActivePerl, which gives me a way to run .pl files, > > i.e. : > > c:\> perl someprogram.pl > > > > Does the Win32 php insta

Re: [PHP] Re: is there a commandline php.exe interpreter?

2001-10-25 Thread DL Neil
> "John A. Grant" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I've installed ActivePerl, which gives me a way to run .pl files, > > i.e. : > > c:\> perl someprogram.pl > > > > Does the Win32 php installation give me a command-line > > interpreter lik

[PHP] Re: is there a commandline php.exe interpreter?

2001-10-25 Thread John A. Grant
"John A. Grant" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've installed ActivePerl, which gives me a way to run .pl files, > i.e. : > c:\> perl someprogram.pl > > Does the Win32 php installation give me a command-line > interpreter like that? [...