
In
the Internet there are some tutorials about shutting down a computer
from a mobile phone.But, in this tutorial we'll check out a way to
shutdown a computer from a mobile phone using PHP.For those who don't
know PHP, it is a scripting language in simple words.We are PHP as it is
a server side scripting language,platform independent and open
source.That means we don't have to worry about whether the system runs
on Windows or Linux.The procedure is really simple.All we have to do is
to set up a server on the computer with PHP and execute system command
to shutdown the computer.
1.SERVER SETUP
We'll use XAMPP to...