sadece tek bir dosya ile çoklu cron çalıştırmak istiyorum nasıl yapabilirim.
mesela cron.php dosyasını çalıştırınca a.php, b.php, c.php'de çalışmaya başlayacak.
Cronjob hk. |
3 Mesajlar | 540 Okunma |
file_get_contents('http://siteadi.com/a.php');
file_get_contents('http://siteadi.com/b.php');
file_get_contents('http://siteadi.com/c.php');
?>