Can PHP get the computer name ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Can PHP get the computer name ?

Post by Christopher »

christian_phpbeginner wrote:Does anybody know if PHP could get the computer name and other information about the user's computer ?
It is spoofable, but I think you want $_SERVER["REMOTE_ADDR"].
(#10850)
ecxzqute
Forum Commoner
Posts: 29
Joined: Tue Oct 14, 2008 12:26 am

Re: Can PHP get the computer name ?

Post by ecxzqute »

remote address does not give the correct ip address of a computer over the internet
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: Can PHP get the computer name ?

Post by Luke »

this thread is two years old dude :?
Post Reply