View Single Post
Old 10-18-2005, 09:37 AM   #251
Unregistered
Nameless Being
 
Quote:
Originally Posted by Unregistered
Hi,

I have the exact same problem. You fond a workaroung ?
This is the problem..

The maximum value depends on the system. 32 bit systems have a maximum signed integer range of -2147483648 to 2147483647. So for example on such a system, intval('1000000000000') will return 2147483647. The maximum signed integer value for 64 bit systems is 9223372036854775807.

Im still trying to figure out a workaround for it..
  Reply With Quote