Jump to content

2nd Time Around! how to get username of the current user of a PC..


neo777ph

Recommended Posts

HELP! We had this system developed on ASP that can get the username of the current user of a PC.

 

I would also like to do it on our PHP built system., Please help..

 

How To Get The Username of a currently login user on a PC?

 

I would use this for security purposes and user would not need to login in to our PHP built system.. The main page would automatically verify if the username exist on the database..

 

Big Thanks..

If you're talking about finding out the user that php is using on the server, then use get_current_user() ..

 

but if you want to find out the user of the person viewing the website. it's not possible. in any language..  (unless you have some sort of java applet running on the clientside or something)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.