Writing IP as Numbers Only
Posted: Thu Sep 08, 2005 8:44 am
If I wanted to log user's IP addy's using
How can I make it write WITHOUT the . showing?
23.555.55.55
write and save as
235555555
Code: Select all
$_SERVER['REMOTE_ADDR'];23.555.55.55
write and save as
235555555