i have a query that should pull 4 or 5 items from a db table in the order defined by one of the fields called 'seq'
if i run the query in mysqlcc or whatever it works perfectly
if i run it from my php code it returns the data items sorted in the reverse order!!
has anybody seen anything like this before? or am i losing the plot? maybe i should quit programming and become a herb farmer in new mexico after all?
platform: linux
mysql: 4.0.20
php: 4.3.7
:queasy: