PHP Exec execute two commands at the same time in linux -


i want execute 2 commands @ same time, using if((bool)@$ip) shell_exec("command1; command2");

it work needs finish 1 command , start other command.

can have please? thanks

if put & symbol @ end of first command, run command in background (asynchronously) php script continue next line, can fire off next command.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -