<?php
$runCommand = ‘php -q FULLPATH/FILE.php’;
$WshShell = new COM(“WScript.Shell”);
$oExec = $WshShell->Run($runCommand, 7, false);
?>
source:
http://php.net/manual/en/function.shell-exec.php
Advertisement
<?php
$runCommand = ‘php -q FULLPATH/FILE.php’;
$WshShell = new COM(“WScript.Shell”);
$oExec = $WshShell->Run($runCommand, 7, false);
?>
source:
http://php.net/manual/en/function.shell-exec.php