;;
<[EMAIL PROTECTED]>
> Sent: Thursday, December 20, 2001 12:22 PM
> Subject: [mysql-support] RE: [PHP-DB] Run php page automatically
>
>
> > I usually just create a cron job for this. Create your PHP script that
> will
> > delete the matching records once. Th
> it's better to do something like
>
> 0,10,20,30,40,50 * * * * /usr/bin/php -q
> /home/you/yourscript.php > /dev/null
or even
*/10 * * * * /home/you/yourscript.php > /dev/null
with the first line of you php script being
#!/path/to/php -q
--
PHP Database Mailing List (http://www.php.ne
MAIL PROTECTED]]
// Sent: Friday, 21 December 2001 3:28 AM
// To: [EMAIL PROTECTED]
// Subject: RE: [PHP-DB] Run php page automatically
// Importance: High
//
//
// do this (crontab file)
//
// 35 23 * * * root lynx http://www.host.com/dir/file.php
// -accept_all_cookies
//
// it's wo
task manager
-Mensaje original-
De: George Loch [mailto:[EMAIL PROTECTED]]
Enviado el: Jueves, 20 de Diciembre de 2001 05:56 PM
Para: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Asunto: [PHP-DB] Re: [mysql-support] RE: [PHP-DB] Run php page
automatically
What if you are on win2K
What if you are on win2K?
- Original Message -
From: "Jonathan Hilgeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, December 20, 2001 12:22 PM
Subject: [mysql-support] RE: [PHP-DB] Run php pag
-Original Message-
From: NiteHaqr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 20, 2001 1:53 PM
To: Jonathan Hilgeman; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: RE: [mysql-support] RE: [PHP-DB] Run php page automatically
I would probably recommend AGAINST run
December 2001 19:22
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [mysql-support] RE: [PHP-DB] Run php page automatically
I usually just create a cron job for this. Create your PHP script that will
delete the matching records once. Then go into cron and have it r
[PHP-DB] Run php page automatically
I would like to create a php page that would automatically run every 10
minutes or so to delete records from a table. This table has an expiration
field and records r tested by comparing current date with the expiration
date and record is deleted if expired.
Is
PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-DB] Run php page automatically
I would like to create a php page that would automatically run every 10
minutes or so to delete records from a table. This table has an expiration
field and records r tested by comparing current date with the expiration
I would like to create a php page that would automatically run every 10
minutes or so to delete records from a table. This table has an expiration
field and records r tested by comparing current date with the expiration
date and record is deleted if expired.
Is this possible.
Help is greatly app
10 matches
Mail list logo