I would like to store a User's IP Address and Hostname.
What Data-Type and Field-Size should I be using?
I am using the following PHP functions...
Thanks,PHP Code:// Capture User's IP Address.
$userIPAddress = $_SERVER['REMOTE_ADDR'];
// Capture User's Host Name.
$userHostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
Debbie



Reply With Quote





Bookmarks