Hey, i have this:
$result = @mysql_query("SELECT thread_viewcount FROM Forum_Threads WHERE thread_id = '$threadid'", $connection);
$post = mysql_result($result, 0);
Its giving me an error on the line that reads: $post = mysql_result($result, 0);
The error is 'Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 3 in /home/virtual/site13/fst/var/www/html/ForumReplies.php on line 19'
I just cant figure out what is wrong with it :-S if someone wudnt mind having a look. Thanks,
BIOSTALL 🙂