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
You can't really do this in PHP without some trickery (using something along the lines of exec(), etc).