Shut Down Xp withPHP

Discussion in 'PHP' started by baris22, Nov 2, 2010.

  1. #1
    Hello,

    I am developping an intranet for a shop. Is it possible to shut down pc using php?

    regards
     
    baris22, Nov 2, 2010 IP
  2. mikecampbell

    mikecampbell Peon

    Messages:
    26
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure, you could use the exec() or system() PHP functions.
     
    mikecampbell, Nov 2, 2010 IP
  3. imkazu

    imkazu Peon

    Messages:
    170
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    put in this code
    exec("SHUTDOWN -s -t 01");
     
    imkazu, Nov 2, 2010 IP