Quote:
Originally posted by g-force2k2
Actually Neo all you did was do an order by... the actually query itself already selected both the posts in that forum that they replied in most as well as the forumid... so i fail to see what your code change did? regards...
g-force2k2
|
well try the queries in in your MySQL of choise and you will see what I mean... I can give you a example...
using it without the ORDER BY I get for user number 81
PHP Code:
ppforum | forumid
------------------------
9 2
adding the ORDER BY I get for user number 81
PHP Code:
ppforum | forumid
------------------------
756 7
now what do you think would be more correct?