Hi there all.
I have a script that pulls from a mysql db.
I do a select .. blah. .. order by var1, var2, var3
These are all numbers.
The probem is if I have a vars that look like:
1 14 30
1 4 40
Then I print the results out, the 14 would show as being less then 4.
Anyone know how to get around this?
Thanks.