• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PHP count function?

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?
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 $?
 
Back
Top