Can anyone tell me how to execute a .exec file from a PHP script in a client system?
I have tried:
<?php
$answer = shell_exec("C:\Users\hp\Desktop\DotNet7.exe");
echo $answer."</br>";
?>
Nothing is working. It works on localhost but fails online. I need help