codrgii Posted February 19, 2010 Share Posted February 19, 2010 is it possible to capture a persons ip with $_session as soon as they login? if so how? and if the session ip changes how would it be able to realise that? Link to comment https://forums.phpfreaks.com/topic/192617-question/ Share on other sites More sharing options...
jl5501 Posted February 19, 2010 Share Posted February 19, 2010 The IP address of a person visiting your site is in $_SERVER['REMOTE_ADDR'] You can then store that in a session veriable, or in a database for future reference. Link to comment https://forums.phpfreaks.com/topic/192617-question/#findComment-1014758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.