Fwd: Re: [PHP] Unable to get a dot-decimal ip address from a decimal ip address

2001-10-04 Thread dharana
- Forwarded message from [EMAIL PROTECTED] - From: [EMAIL PROTECTED] To: David Robley [EMAIL PROTECTED] Date: Thu, 4 Oct 2001 13:37:07 +0200 Subject: Re: [PHP] Unable to get a dot-decimal ip address from a decimal ip address Something weird is going on: PHP translates

[PHP] Unable to get a dot-decimal ip address from a decimal ip address

2001-10-03 Thread dharana
Hi, decbin() is unable to handle decimal numers greater than 2147483647 and it's a problem. That's in the docs, ok. The situation is: I have a list of IPs in decimal format (ex: 3232235524) and I wanted to translate them into dot decimal. As far as I know the formula is: [...]by converting the

Re: [PHP] Unable to get a dot-decimal ip address from a decimal ip address

2001-10-03 Thread David Robley
On Thu, 4 Oct 2001 13:10, [EMAIL PROTECTED] wrote: Hi, decbin() is unable to handle decimal numers greater than 2147483647 and it's a problem. That's in the docs, ok. The situation is: I have a list of IPs in decimal format (ex: 3232235524) and I wanted to translate them into dot decimal.