On Sun, 23 Mar 2003 14:09:26 +0100, you wrote:

>And please note that I've seen that it happens only when
>$row_Recordset1['Prezzo'] > 1000

What's the largest number you can get from the table? Exactly? 1000 is
suspiciously close to 1024. Is it possible that your table is using a
smaller data type than normal to store the value?

"DESC tablename" to check

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to