RE: [PHP] running a stand-alone PHP program

2001-05-18 Thread scott [gts]
do you have a ScriptAlias directive in the apache conf's? -Original Message- From: midget2000x [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 5:16 PM To: Nathan Cook; [EMAIL PROTECTED] Subject: Re: [PHP] running a stand-alone PHP program Excellent. I got this working

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread elias
you can also run like: php -q myfile.php -elias midget2000x [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I apologize if this has already been covered...I can't seem to find it in the archives... can PHP be coded and run as a stand-alone program? If so,

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread midget2000x
] - Original Message - From: midget2000x [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 2:52 PM Subject: RE: [PHP] running a stand-alone PHP program I suppose I need to be more clear. I already have PHP running, but I want to run actual PHP code that I write

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread Nathan Cook
]; [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 10:38 AM Subject: Re: [PHP] running a stand-alone PHP program OK, thanks. This is great. But will this affect my existing installation of PHP? excuse the newbie questions! I appreciate your help. Thanks, Rory On Wed, 16 May 2001, Nathan

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread midget2000x
] Sent: Thursday, May 17, 2001 10:38 AM Subject: Re: [PHP] running a stand-alone PHP program OK, thanks. This is great. But will this affect my existing installation of PHP? excuse the newbie questions! I appreciate your help. Thanks, Rory On Wed, 16 May 2001, Nathan Cook

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread Nathan Cook
manually: # php script.php Nathan Cook [EMAIL PROTECTED] - Original Message - From: midget2000x [EMAIL PROTECTED] To: Nathan Cook [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 3:15 PM Subject: Re: [PHP] running a stand-alone PHP program Excellent. I got this working

Re: [PHP] running a stand-alone PHP program

2001-05-17 Thread midget2000x
: midget2000x [EMAIL PROTECTED] To: Nathan Cook [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 3:15 PM Subject: Re: [PHP] running a stand-alone PHP program Excellent. I got this working. From a command line the standalone PHP scripts work well, but if I hit them via

RE: [PHP] running a stand-alone PHP program

2001-05-17 Thread Peter Houchin - SunRentals Australia
To: Nathan Cook; [EMAIL PROTECTED] Subject: Re: [PHP] running a stand-alone PHP program Yes, it has the path to PHP on the first line. So there's no way to hide it? It doesn't show up when it's a perl script and it's the path to perl. On Thu, 17 May 2001, Nathan Cook wrote: Does your

RE: [PHP] running a stand-alone PHP program

2001-05-16 Thread scott [gts]
yeah. i run it as a CGI. compile it as a binary, then edit the apache config... that's it -Original Message- From: midget2000x [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 4:18 PM To: [EMAIL PROTECTED] Subject: [PHP] running a stand-alone PHP program I apologize

RE: [PHP] running a stand-alone PHP program

2001-05-16 Thread midget2000x
I suppose I need to be more clear. I already have PHP running, but I want to run actual PHP code that I write as a stand-alone program. Is this what you're doing? On Wed, 16 May 2001, you wrote: yeah. i run it as a CGI. compile it as a binary, then edit the apache config... that's it

Re: [PHP] running a stand-alone PHP program

2001-05-16 Thread Nathan Cook
/bin/php /path/to/script/scriptname Have Fun! Nathan Cook [EMAIL PROTECTED] - Original Message - From: midget2000x [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 16, 2001 2:52 PM Subject: RE: [PHP] running a stand-alone PHP program I suppose I need to be more clear. I

Re: [PHP] running a stand-alone PHP program

2001-05-16 Thread Tomasz Piat
Nathan Cook wrote: then you can run scripts by: # /usr/local/bin/php /path/to/script/scriptname Or you can put: #!/usr/local/bin/php as a first line in your script, then % chown u+x yourscript % ./yourscript HTH, Poncki -- PHP General Mailing List (http://www.php.net/) To unsubscribe,