HoTDaWg Posted August 10, 2009 Share Posted August 10, 2009 hey guys, sorry after a lot of google searching; I remain fruitless. A while back i remember coming across this amazing built-in PHP function that would grab all of the user's information such as IP address for you and returned the information as an array. can any of you put up the name of the function? thatd be awesome thanks HoTDaWg Link to comment https://forums.phpfreaks.com/topic/169687-solved-a-function-that-grabs-all-of-the-users-information-and-returns-an-array/ Share on other sites More sharing options...
wildteen88 Posted August 10, 2009 Share Posted August 10, 2009 The $_SERVER superglobal maybe? echo '<pre>'.print_r($_SERVER, true).'</pre>'; Link to comment https://forums.phpfreaks.com/topic/169687-solved-a-function-that-grabs-all-of-the-users-information-and-returns-an-array/#findComment-895167 Share on other sites More sharing options...
HoTDaWg Posted August 10, 2009 Author Share Posted August 10, 2009 fair enough. Link to comment https://forums.phpfreaks.com/topic/169687-solved-a-function-that-grabs-all-of-the-users-information-and-returns-an-array/#findComment-895201 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.