Can anybody please help me, I am working my way around PHP and the first problem I have is that I want to execute a program on my webserver remotely.
Do I create a page with the following code in it? exec ('ngStatsUT.exe');
If so, could somebody please point me in the right direction. I dont need any other content in the file, basically just want to run the above command.
Thanks in advance