Re: [PHP-DB] RE: [PHP] Newbie Question

2001-11-08 Thread Bill Adams
Jay Fitzgerald wrote: > displays fine now -- thanks for that help so far -- but the problem now > (this may be normal, but I am not sure) is when I connect to the db and > "select * from jobs;" the db is writing the entries like this: > > === > mysql> select * from jobs; > >+

[PHP-DB] Re: JOBS in mysql

2001-11-07 Thread Bill Adams
Harpreet wrote: > I have run JOBs in sql server and was wondering if we have ne thign similar > in mysql or use PHP to write a script that would automatically run every 10 > minutes. Unix has cron: 'man crontab' I think Win2k has it included. Otherwise you will have to get an add-on service.