LIFERANK INSTRUCTIONS
1. Answer questions about your life. 2. Repeat & Watch your score change. 3. "Save" your results. 4. Return to work on your life list, create questions, see new questions, & more. |
|
Questions with comments'
| Question | Last Comment | Number of Comments |
Can't find file: './liferank_main/questions.frm' (errno: 13)select questions.questionid, max(questions.question)
, count(DISTINCT comments.commentid) as numcomments, max(comments.date_inserted)
as lastcomment
from questions, answers, comments
where questions.questionid = answers.questionid
and questions.questionid = comments.questionid
group by questions.questionid
order by lastcomment DESC
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/liferank/public_html/liferankfunctions.php on line 343
|