How can I return from a exec() call in windows before the executed program is finished.
The Code:
Code: Select all
exec(PHP_PATH.'php sql\\dobackup.php TICKET 2>&1', $output, $returned);regards tores
Moderator: General Moderators
Code: Select all
exec(PHP_PATH.'php sql\\dobackup.php TICKET 2>&1', $output, $returned);