Execute php scripts like a function call
Posted: Mon Feb 26, 2007 11:37 pm
Hi,
I have to execute multiple PHP scripts conditionally from a single PHP script, that is executed by a cron. Actually i wanted to do is instead of using require or include for each page, execute each page directly from the script like a function call.
is there any methods in PHP? if anybody have any idea, pls reply..
Thanks
Ashly
I have to execute multiple PHP scripts conditionally from a single PHP script, that is executed by a cron. Actually i wanted to do is instead of using require or include for each page, execute each page directly from the script like a function call.
is there any methods in PHP? if anybody have any idea, pls reply..
Thanks
Ashly