Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[b]PC Command from a PHP script.[/b]

Status
Not open for further replies.

tijerina

Vendor
Joined
Mar 4, 2003
Messages
132
Location
US
I have an online store and I would like to add a feature that will run a diagnostic check of a users computer via a web page. I have seen sites that will give a person their IP address, OS type, and even the size of memory, I would like to do the same and offer a more detailed diagnostic check. Does anyone know how I can do this via PHP?
 
You can't. This requires client-side functionality and PHP only runs on the server.

Once the client-side app runs, it could submit its data to PHP.

Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top