ah @ completion of the sheet...
Code:
SELECT
ROUND((p.kills/p.teamkills),2) AS ktkratio
FROM xlr_playerstats p WHERE p.id = '$xlr_id'
LIMIT 0,1
how about such:
Code:
SELECT
ROUND((p.kills/p.teamkills),2) AS ktkratio
,c.name AS GameNick
,pb.username AS ForumsNick
FROM xlr_playerstats p
INNER JOIN clients c ON c.id = p.client_id
INNER JOIN phpbb_users pb ON pb.xlr_id_22222 = p.id
WHERE p.id = 284
LIMIT 0,1
just tell me what kind of data u would like to put/pull/plug
aj... WHats with daily TK collection?