Look at exec. You could do something like this:
exec('/usr/bin/php ' . $file);
0
solved How can I run another PHP script using PHP? [duplicate]
Look at exec. You could do something like this:
exec('/usr/bin/php ' . $file);
0
solved How can I run another PHP script using PHP? [duplicate]