Discussion in 'PHP' started by baris22, Nov 2, 2010.
Hello, I am developping an intranet for a shop. Is it possible to shut down pc using php? regards
Sure, you could use the exec() or system() PHP functions.
put in this code exec("SHUTDOWN -s -t 01");
Separate names with a comma.