1
I need to know if there is a script execution list. I have 3 files. a. php, aa.php, aaa.php to run via cron linux task. It is programmed to run a.php . aa.php can only be executed after a.php is fully executed. aaa.php only after aa.php moment.
I wonder if you have any way to execute a script after another script is fully executed
Hello, I didn’t quite understand your question but at the end of the page put require_once solves your question?
– Tiago Gomes
You could leave a.php running by cron and fire aa.php inside a.php and aaa.php inside aa.php, some restriction on that idea?
– BrunoRB