Hello and thanks a head of time ;-)
I'm wondering about ip2long
If highest ip possible is
ip2long( '255.255.255.255 ) = 4294967295
and lowest possible is
ip2long( '1.0.0.0' ) = 16777216
What do some ip's give negative integers?
how can I find out what lowest possible negative integer is? I figured that 1.0.0.0 would be the lowest but if it generates a - number then what the hay... lol