well i'm having trouble here. i have a number that i want to put in the number_format so it has a thousand separator. i only know of 2 ways to do this:
in mysql use the FORMAT function. this does the trick, but then i can't sort the number.
the other is in php, using the number_format(); the problem is that the number i want to use this function on is in an array.
any ideas on how to do this?
thanks
in mysql use the FORMAT function. this does the trick, but then i can't sort the number.
the other is in php, using the number_format(); the problem is that the number i want to use this function on is in an array.
any ideas on how to do this?
thanks