Hello all! I have a MySQL query that is giving me the results that I want, but I'm having difficulty displaying the results in PHP. Here is my SQL statement: SELECT `tkid`,COUNT(*) FROM ...
Hello, here is the problem:<BR><BR>I have some Users. I also have some Records. Each Record is associated with one User. The count of Records that each user has is regarded like a score, so to have my ...