I want to open an exe file stored in my linux server in a browser how this can be achieved I am trying this
<?php
echo exec('Undersaturated');
?>
but it only shows a blank page while accessing the page through browser
Can it be achieved through other web language ?