I extract the address using php
<?php $ip=$_SERVER['REMOTE_ADDR']; ?>
Then I put it into my database.
Database Column Info For the IP
--------------------------------------------------------------------
name - ip, datatype - VARCHAR, length/set - 15, no-default
--------------------------------------------------------------------
There has to be a more efficient datatype to store the IP address.
What is it?:cursing: I know I'm doing something wrong.


Sign In
Create Account


Back to top










