Re: cron job help running mysql/php script

2002-04-15 Thread Gerald Clark
n.txt file > under/home/harpreet folder. > > Thanks, > > Regards, > Harpreet Kaur > > > > >> From: "Steven Deaton" <[EMAIL PROTECTED]> >> To: "Harpreet Kaur" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, >> <[EMAIL

Re: cron job help running mysql/php script

2002-04-15 Thread Harpreet Kaur
crontest.php file and the mycron.txt file under/home/harpreet folder. Thanks, Regards, Harpreet Kaur >From: "Steven Deaton" <[EMAIL PROTECTED]> >To: "Harpreet Kaur" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, ><[EMAIL PROTECTED]> >Subjec

Re: cron job help running mysql/php script

2002-04-12 Thread Steven Deaton
You might try a lynx --dump ?? ---Steven Deaton - Original Message - From: Harpreet Kaur <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 1:52 PM Subject: cron job help running mysql/php script > I wrote my first

cron job help running mysql/php script

2002-04-12 Thread Harpreet Kaur
I wrote my first cron job to run a php script once every minute. The command i wrote is as follows: * * * * * * lynx http://domain ip address/scripts/crontest.php It doesnt seem to work as i tell it to populate the log table in the database. It runs fine when run through the browser. Where am i