RE: [PHP] Newbie needs compile

2002-05-11 Thread hassan
hi you can also use http://www.webcron.org At 13:29 06/05/02, John Holmes wrote: > > > He did say he did /not/ want to invoke it from a browser :) > > I didn't think that PHP could run w/o one though, so my idea was to >use a > > text browser, have it run the script, then exit out. As I said, I

Re: [PHP] Newbie needs compile

2002-05-06 Thread Miguel Cruz
Yes, that works fine. Make it ~/php4/php -q if you don't want to get the Content-Type: header. miguel On Mon, 6 May 2002, Sogno Kahlenberg wrote: > It IS the CGI version. You mean I can > > ~~/php4/php /cgi-bin/cmanage/reindex.php > > to run it? Any other key points? Thanx. > >

Re: [PHP] Newbie needs compile

2002-05-06 Thread Sogno Kahlenberg
Hi Miguel, It IS the CGI version. You mean I can ~~/php4/php /cgi-bin/cmanage/reindex.php to run it? Any other key points? Thanx. "Miguel Cruz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 6 May 2002, Julian wrote: > > I didn't think

RE: [PHP] Newbie needs compile

2002-05-06 Thread John Holmes
> > He did say he did /not/ want to invoke it from a browser :) > I didn't think that PHP could run w/o one though, so my idea was to use a > text browser, have it run the script, then exit out. As I said, I was > probably wrong ;) Actually, that's exactly how it's typically done, using wget or

Re: [PHP] Newbie needs compile

2002-05-06 Thread Miguel Cruz
On Mon, 6 May 2002, Julian wrote: > I didn't think that PHP could run w/o one though, so my idea was to use a > text browser, have it run the script, then exit out. As I said, I was > probably wrong ;) Build the CGI version of PHP and you can run it from the command line like any other interpre

Re: [PHP] Newbie needs compile

2002-05-05 Thread Julian
> He did say he did /not/ want to invoke it from a browser :) I didn't think that PHP could run w/o one though, so my idea was to use a text browser, have it run the script, then exit out. As I said, I was probably wrong ;) Sabre -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Newbie needs compile

2002-05-05 Thread Jason Wong
On Monday 06 May 2002 13:59, Julian wrote: > > I need to schedule to run a PHP script on server side, rather than invoke > > it from browser. Is there any way to compile it to .exe so it can run on > > Solaris/Apache environment? Yes, full instructions in the manual. > no such thing as .exe in S

Re: [PHP] Newbie needs compile

2002-05-05 Thread Julian
> I need to schedule to run a PHP script on server side, rather than invoke it > from browser. Is there any way to compile it to .exe so it can run on > Solaris/Apache environment? no such thing as .exe in Solaris ;) just "chmod 755" a file and it will execute. > If yes, can you help me know how

[PHP] Newbie needs compile

2002-05-05 Thread Sogno Kahlenberg
Hi there, I need to schedule to run a PHP script on server side, rather than invoke it from browser. Is there any way to compile it to .exe so it can run on Solaris/Apache environment? If yes, can you help me know how? Thanks a great deal!