HuHu hab wieder ein problem und hoffe ihr könnt mir helfen.
Ich finde den fehler leider nicht :-(
Code:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/web1/html/forum/posts.php on line 70
PHP:
$tid = $_GET['tid'];
$querypost = "SELECT topics.id,
topics.topic,
topics.text,
user.uid,
user.username,
user.rang ".
"FROM topics, user ".
"WHERE topics.id = '$tid'"
;
$result2 = mysql_query($qrypost);
while($row2 = mysql_fetch_object($result2))
{
Ich finde den fehler leider nicht :-(