I want to link VC++ and PHP in my code so that I can control and instruct my VC++ software at remote computer from my computer. For example: If I have to checkdisk at computer at my home using my software by instructing it through web application build in php
Please help me out!
Thanks
there are the php functions exec and shell_exec
you can use those to execute a command line application and retrieve the output