Greetings to all, I have a small table where everyone can consult, edit and insert and I want to know who has made some movement but without using login rather know through the name of the pc or user of windows.
Greetings to all, I have a small table where everyone can consult, edit and insert and I want to know who has made some movement but without using login rather know through the name of the pc or user of windows.
PHP 5.4+ gives you the name of the pc, you can enter it in the database.
gethostbyaddr($_SERVER['REMOTE_ADDR'])