Click here to Skip to main content
16,019,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to connect to Window server 2003 by PHP code and I want to see the information of the server in my PC. Could I do it with PHP Script? Could you guide me any solution?
Posted

1 solution

Here is a PHP script that will allow you to do all of this and more:

http://phpsysinfo.sourceforge.net/[^]

The key here, though, is that this will give you stats about the computer it is running on, not on a different computer. If you are attempting to access the data for another computer (besides the one that is hosting the PHP script), you need to choose a different language. PHP is a server-side scripting language. It doesn't have access to resources on other machines.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900