I Need ExeOutput for PHP to access a Web Browser link

Hi, I think at worst you can always point an index.php file as a landing page to Exeoutput, then put in as code, only a redirection to the desired link.

Regards.
 
You can reach any remote URL or local one with PHP’s cURL or
$data = file_get_contents('http://localhost/attendance/?session=12345');
 
Back
Top