Hi all,
I have a table with a lot of songs. All songs have a field called hits.
Everytime a song page is seen hits becomes hit++, everything smooth
going.
I also have a page where I run the query
select * from table order by hits DESC
No error all fine but songs that have 1000+ hits is not shown above
songs with 50 hits...until... they cross 1500.
This is a strange problem.
the page is here http://tinyurl.com/b8qr8
all songs that cross 100+ hits disapear...but they are in the DB and
the hits are going up but they wont show up on this page until they
cross one more digit.
Please help is something wrong with my query.
I use mysql 4.022 with php 4.3.11
Thanks once again
Bye
I have a table with a lot of songs. All songs have a field called hits.
Everytime a song page is seen hits becomes hit++, everything smooth
going.
I also have a page where I run the query
select * from table order by hits DESC
No error all fine but songs that have 1000+ hits is not shown above
songs with 50 hits...until... they cross 1500.
This is a strange problem.
the page is here http://tinyurl.com/b8qr8
all songs that cross 100+ hits disapear...but they are in the DB and
the hits are going up but they wont show up on this page until they
cross one more digit.
Please help is something wrong with my query.
I use mysql 4.022 with php 4.3.11
Thanks once again
Bye
Comment