Your INT in your table is a signed INT, which is going to have a maximum 
value of 2^31, thus your IP address is causing the field to "roll over."  You 
need to change your IP column to UNSIGNED INT.  That should solve your 
problem.

j----- k-----

On Tuesday 18 February 2003 12:33, Aaron Conaway wrote:
> +--------+-------------+------+-----+---------+-------+
>
> | Field  | Type        | Null | Key | Default | Extra |
>
> +--------+-------------+------+-----+---------+-------+

mysql

-- 
Joshua Kugler, Information Services Director
Associated Students of the University of Alaska Fairbanks
[EMAIL PROTECTED], 907-474-7601

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to