I have a PHP script like this:
<?php
system("firefox http://run.imacros.net/?m=the_macro.iim 2>&1");
// CODE//
?>
When I run this from terminal, opens my FireFox normally but never run the rest of the code in the script!
If I close the FireFox manually then the script runs the rest of the code.
I want to execute my script without stacking in the system() command.