$compt = gethostbyaddr($_SERVER['REMOTE_ADDR']);
// i get complete pc name like example: abbc123.abc.google.com
$compt_name = $issued_for = strtok($compt,'.');
//i get the pc name abbc123
echo $compt_name;
จากโค้ดนี้ เมื่อรันบน localhost สามารถทำได้
แต่พอทำไฟล์ขึ้น server ข้อมูลจะไม่ถูก พอจะมีทางได้ข้อมูลจากเครื่องที่ใช้งานได้หรือไม่คะ