Forum Moderators: coopster
this is the query im using to get my results :
select * from my table where username=$username and bidprice=$bid_price order by bid_price desc
like this situation is good:
user1
user1
user1
user1
user2 <=there is one result between user1 so its ok ,user1 have 4 result in a row!
user1
user1
user1
4 result from user1 then user 2 is between user1 ,user 1 can continue to post more and have 4 rows in a run again!
and this way is not good:
user1
user1
user1
user1
user1 <===== there is 5 result from user1 so result No. 5 will be deleted
user2
thanx
i hope this time is more good explenation!
thanx for your help!
[edited by: eelixduppy at 6:04 pm (utc) on Nov. 22, 2008]
[edit reason] no screenshots, please [/edit]