Re: [PHP] problems with different results on count() and select

2004-09-16 Thread Chris Shiflett
--- Merlin <[EMAIL PROTECTED]> wrote: > I am having difficulties to order user into a ranking table. In > the listing of the users I use a select statement, where I order > after points and registration date. Then I print out thre results > counting the rows. 1,2,3... > > SELECT > u.user_nam

[PHP] problems with different results on count() and select

2004-09-16 Thread Merlin
Hi there, I am having difficulties to order user into a ranking table. In the listing of the users I use a select statement, where I order after points and registration date. Then I print out thre results counting the rows. 1,2,3... SELECT u.user_name, FROM usertable ORDER BY