R
|
randall 3/13/2009 |
You can't do that unless you write your own sort routine. I'm not sure where you are in your project, but I'd suggest re-examining your database structure. Maybe you're using 0 when you'd be better off using NULL. Good luck. |
D
|
Denton author 3/14/2009 |
You can't do that unless you write your own sort routine. I'm not sure where you are in your project, but I'd suggest re-examining your database structure. Maybe you're using 0 when you'd be better off using NULL. Good luck.
|
J
|
Jane 3/16/2009 |
Hi, if (!$value) $value = 0; |