Faraonekkk
New Member
- Joined
- Feb 15, 2010
- Messages
- 686
- Reaction score
- 4
Hi,
I wanna count everything where player id is xx.
Can anyone give that function for me?
I wanna count everything where player id is xx.
Can anyone give that function for me?
PHP:
:)) thanks
[COLOR="silver"]- - - Updated - - -[/COLOR]
$xcxc = mysql_query("SELECT COUNT(lasthit_killer) FROM player_deaths WHERE lasthit_killer = '$playername'");
while ( $row15 = mysql_fetch_assoc($xcxc)) {
$rtea = $row15['lasthit_killer'];
}
how to make it count when i put $?