Set system time using PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ktrw25
    New Member
    • Feb 2007
    • 17

    Set system time using PHP

    Is there a way to set the PC system time using PHP?
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, ktrw25.

    I'm not sure exactly which command you would use, but if there is a DOS command that does this, you can execute it using the exec() function.

    Comment

    Working...