User Profile

Collapse

Profile Sidebar

Collapse
DaveRandom
DaveRandom
Last Activity: Jul 5 '09, 02:55 AM
Joined: Apr 18 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DaveRandom
    replied to Code to turn off monitor
    in PHP
    Hi All

    The important thing to note here is that PHP is a server-side language, so commands that affect the system are executed on the server, not the client.

    Anything you want to automate on the client-side is best done with JavaScript, but even that alone will not do what you are asking. You would need to call a shell command to carry out the required functions.

    If the OP is doing this for a legit reason, he...
    See more | Go to post

    Leave a comment:


  • DaveRandom
    replied to accessing network shares with opendir()
    in PHP
    Hi all...

    Here is a full explaination of why this problem exists, and a work-around.

    The issue is basically one of NT Authentication, and can be resolved by manipulating the user accounts on the host system.
    See more | Go to post

    Leave a comment:


  • Hi all...

    Here is a full explaination of why this problem exists, and a work-around.

    The issue is basically one of NT Authentication, and can be resolved by manipulating the user accounts on the host system.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...