maybe if i tell u the purpose.. 😛
im creating a game based on php and mysql...
I have a table wich stores all the attacks/defends.. when a player attacks someone, the attacked players id will be stored in that column, now i want to calculate the losses..
So what im trying to do know is first to select alle the players(rows) that attacks that player, and then select all the defenders(rows in the same table)...
Understand..?
(god damn, WHY did I quit in my english class..? :p)
edit: i've found a way around it 🙂