Hey there, im not very great at php and im wondering how i could fix this error
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home2/blindst/public_html/forumbeta/vtopic.php on line 328
No replys to this topic.
This is line 328
$sql2=("SELECT * FROM `reply` WHERE tid = '$id' ORDER by id LIMIT $from, $div");
$query2=mysql_query($sql2);
$num1=mysql_num_rows($query2);
$num1=mysql ect ect is line 328 any help is much apreicated.