Guest Drizzle Posted March 11, 2010 Posted March 11, 2010 Okay well, i currently have something that checks bigint and fixes them, but i want to number_format a big int, but it wont work. Heres my function: function secureBigInt($var){ return abs(floatval(number_format($var))); } and then i apply the variable on another page, and it works, but when number_format is in there, the value changes from 1000000 to 1. But when i take it out, it stays 1000000. :/ Quote
Guest Drizzle Posted March 11, 2010 Posted March 11, 2010 Nope. :/ Im sprintf'ing the string, so i figure maybe thats the problem Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.