How can I read the client’s machine/computer name from the browser?

You can do it with IE ‘sometimes’ as I have done this for an internal application on an intranet which is IE only. Try the following: function GetComputerName() { try { var network = new ActiveXObject(‘WScript.Network’); // Show a pop up if it works alert(network.computerName); } catch (e) { } } It may or may … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)