sheraz Posted August 11, 2010 Share Posted August 11, 2010 i am working on a project in which i am facing a problem. my question is that is it possible to get information/details of a user who is not logged in or who is not registered. if a user logged in then we can find get details easily. but how can i do this. is it possible. Link to comment https://forums.phpfreaks.com/topic/210410-how-to-get-details-of-an-unregistred-user/ Share on other sites More sharing options...
linus72982 Posted August 11, 2010 Share Posted August 11, 2010 What kind of information are you wanting? You can grab the IP address and a few browser specifics, etc, but you can't grab their name or anything. You could always try to grab their information through an API of one of the many many many systems people are logged in to at once (Facebook, gmail, twitter, etc), but that requires them, of course, to be logged into one and they would have to approve your access to their information. Link to comment https://forums.phpfreaks.com/topic/210410-how-to-get-details-of-an-unregistred-user/#findComment-1097935 Share on other sites More sharing options...
Festy Posted August 11, 2010 Share Posted August 11, 2010 You have 2 possible solutions - 1) Use IP address to detect the identity. 2) Use cookies. Link to comment https://forums.phpfreaks.com/topic/210410-how-to-get-details-of-an-unregistred-user/#findComment-1097954 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.