Can anyone tell me how to get the machine ID with php? Machine ID means for hardisk serial or volumn or Processor ID.
breham
12:24 pm on May 1, 2007 (gmt 0)
It's not something that is passed in the HTTP headers as far as I know so I don't think you'd easily be able to get it via PHP.
Brett
eelixduppy
12:29 pm on May 1, 2007 (gmt 0)
Welcome to WebmasterWorld, kenthan!
My guess is you are trying to identify unique computers? If so, there are a few threads around here that you may want to take a look at: [webmasterworld.com...] [webmasterworld.com...]
kenthan
12:35 pm on May 1, 2007 (gmt 0)
can anyway I can use command line to view the machine ID and pass it to php?
eelixduppy
12:38 pm on May 1, 2007 (gmt 0)
Sure, you can use the command line using the Program Execution Functions [us.php.net]. This will work on the local server, though. Are you talking about your visitors ID or your own?