[PHP] php stand alone

2001-07-24 Thread Adrian D'Costa
Hi, How do I compile php to work as a stand alone. Right now it is working thru the web but need to run it from a cron job. TIA Adrian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact th

RE: [PHP] php stand alone

2001-07-24 Thread Tyler Longren
t: Tuesday, July 24, 2001 7:14 AM > To: php general list > Subject: [PHP] php stand alone > > > Hi, > > How do I compile php to work as a stand alone. Right now it is working > thru the web but need to run it from a cron job. > > TIA > > Adrian > >

Re: [PHP] php stand alone

2001-07-24 Thread Gunther E. Biernat
>How do I compile php to work as a stand alone. Right now it is working >thru the web but need to run it from a cron job. Have a look at http://www.php.net/manual/en/install.commandline.php The easiest thing of course would be to just call lynx (or any other command line browser taht is able t

RE: [PHP] php stand alone

2001-07-24 Thread scott [gts]
day, July 24, 2001 8:32 AM > To: Adrian D'Costa; php general list > Subject: Re: [PHP] php stand alone > > > >How do I compile php to work as a stand alone. Right now it is working > >thru the web but need to run it from a cron job. > > Have a look at http://w

RE: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
t; Tyler > > > > -Original Message- > > From: Adrian D'Costa [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 24, 2001 7:14 AM > > To: php general list > > Subject: [PHP] php stand alone > > > > > > Hi, > > > > How

Re: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
Hi, Thanks. I will look at that **manual**. But your suggestion of running lynx is interesting. What I want to do is receive a mail to a account with a preset subject. On arriving at that account the php script will get the contents of the subject and preform other tasks. Will the Lynx do

RE: [PHP] php stand alone

2001-07-25 Thread Adrian D'Costa
run your > scripts at inopportune moments. > > > -Original Message- > > From: Gunther E. Biernat [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 24, 2001 8:32 AM > > To: Adrian D'Costa; php general list > > Subject: Re: [PHP] php stand alone > >