crontab work every minute
How to execute a tasks if the time is 22:30:45 or 22:31:01
id | time | script
-------------------
4 | 22:31:01 | script0.php
3 | 22:31:00 | script1.php
2 | 22:30:45 | script3.php
1 | 22:30:00 | script2.php
My server: Apache 1.3.29, PHP 4.3.4, MySQL
How to execute a tasks if the time is 22:30:45 or 22:31:01
id | time | script
-------------------
4 | 22:31:01 | script0.php
3 | 22:31:00 | script1.php
2 | 22:30:45 | script3.php
1 | 22:30:00 | script2.php
My server: Apache 1.3.29, PHP 4.3.4, MySQL
Comment