Know computer name of each user in LAN

Discussion in 'PHP' started by pedong, Jun 11, 2008.

  1. #1
    We have an internal article everyday in the office wherein each users can rate it from 1 to 5... We can already get the ip addresses of each users and put it into MYSQL tables but I can't figure out how to get the computer names of each users.. Can anyone know this? Please help.. thanks in advance
     
    pedong, Jun 11, 2008 IP
  2. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can't really do this in PHP without some trickery (using something along the lines of exec(), etc).
     
    CodyRo, Jun 11, 2008 IP