thanks for the hint!

""Jason Brooke"" <[EMAIL PROTECTED]> wrote in message
02a801c0c8bd$6f5528c0$[EMAIL PROTECTED]">news:02a801c0c8bd$6f5528c0$[EMAIL PROTECTED]...
>
> http://www.php.net/manual/en/function.ip2long.php
>
>
>
> > No! I can encode IP address to an Integer:
> > 192.168.0.1 consider as: a.b.c.d
> > and now the formula goes:
> > a shl 24 + b shl 16 + c shl 8 + d
> >
> > but i was looking for something ready made....
> >
> > -elias
> > http://www.kameelah.org/eassoft
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to