Hi at all ,I want to use the database hostip in mysql ver into my application,but I don't understand the phase:
For looking an ip address:
1)convert ip in long rappresentation with ip2long (php,perl ..)
2)what type of query i must perform on database?
one like that:
SELECT * from ip4 where ip>=$iptofind AND ip<=($iptofind+255)
please help me
PS:
I also need to understand how to make a rough lookup on new database structure
