My goal is to execute PhantomJS by using: // adding $op and $er for debugging purposes exec('phantomjs script.js', $op, $er); print_r($op); echo $er; And then inside script.js, I plan to use mul...
Phantomjs recursive function call. Using multiple page.open in Single Script














