[PHP] Re: Cron running 'Hello world' script dies with Could not startup.

2006-08-10 Thread Ivo F.A.C. Fokkema
On Wed, 09 Aug 2006 11:14:11 +0100, Colin Guthrie wrote: Ivo F.A.C. Fokkema wrote: SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure about other distros. Thanks guys, for all of your suggestions! Ahh

[PHP] Re: Cron running 'Hello world' script dies with Could not startup.

2006-08-09 Thread Colin Guthrie
Ivo F.A.C. Fokkema wrote: SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure about other distros. Thanks guys, for all of your suggestions! Ahh it probably *needs* an X Server to work properly. I'll bet if

[PHP] Re: cron via cPanel

2006-03-27 Thread Barry
tedd wrote: Hi gang: In cPanel one can schedule cron jobs. In the command line box, what command do you enter to run a php script? Thanks. tedd wget --spider http://www.url.com/blahblah.php -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General

[PHP] Re: Cron Jobs and php as apache module

2004-03-17 Thread David Robley
[EMAIL PROTECTED] (Daryl Meese) wrote in news:[EMAIL PROTECTED]: Hello all, Ok, I run php as an apache module but need to have some php scripts called from a cron. Since you can't have php installed as a cgi apache module I don't know how to do this. Any help would be appreciated.

[PHP] Re: Cron Job help Needed

2003-02-19 Thread Paul Chvostek
On Wed, Feb 19, 2003 at 03:36:33PM -0500, Pushpinder Singh Garcha wrote: I need to ask you about some resources for cron jobs. Please suggest some online help This isn't really a PHP thing. But you can always read man pages, the documentation that comes with every unix-style operating

[PHP] Re: CRON?

2003-01-25 Thread Alex
Well, if you really wanted to, you could create a php script, and then have a meta refresh tag set to refresh the page whenever you want, and then just leave the page open in your browser :p Nicole [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Does anyone have a

[PHP] Re: CRON?

2003-01-25 Thread Nicole
LOL. Thanks; that's ok. ;) That wouldn't cut it, I'm afraid. ;) Alex [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well, if you really wanted to, you could create a php script, and then have a meta refresh tag set to refresh the page whenever you want, and

[PHP] Re: CRON JOB

2002-07-17 Thread val petruchek
*/1 * * * * val /usr/local/bin/lynx -source http://php.net/crontab/steward.php - example of how to call script every minute -- Sincerely, val petruchek Maas [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... What do I have to do before I can