|
|||||||
Join now to share free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Can anyone please help me combine my Cron Jobs PHP files? I have two Cron Job PHP files that I would like to combine into one. a) cron_send.php b) cron_expand.php I would like to set it up so that when ( cron_send.php ) completes, it will call in and start ( cron_expand.php ) Is it possible to call in and execute several cron job files from within one php file. Cron_send.php already has an include as follows... set_time_limit(0); include("inc.all.php"); Would the following include command work to call in ( cron_expand.php ) once ( cron_send.php ) completes.. include("inc.all.php,cron_expand.php"); I will appreciate any help at all. Many thanks, Frederick Malick |
|
||||
|
What type of server are you running on?
Is your PHP installed as CGI or as an Apache module?
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
My web server is an "apache running linux"
My home pc's have several different operating systems such as XP, VISTA, RED HAT, more. I still need to know - What type of "WEB SERVER" are you running on? Not your personal operating system.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
![]() |
| Thread Tools | |
| Display Modes | |
|
|