Quote:
Originally Posted by SnickQ
select count(*) from actionlog where ActionType='103' and ActionTime >= DATEADD(day, -1, GETDATE()) and CharID=@CharID
|
i dont get it the current code goes like this
echo '<td class="center">'.$char['CharName'].'</td>'; // Prints user1
echo '<td class="center">'.$i.'</td>'; // prints rank number
echo '<td class="center">'.$char['K1'].'</td>'; // prints current kills
please help and tnx in advance.