In My Dj Panel My Dj Says is *****ing up
Heres the error:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/habbonew/public_html/dj_staff/says.php on line 3
Heres my page code
Whats wrongPHP Code:<?php
$query = mysql_query("SELECT * FROM users WHERE username = '$logged[username]'");
$row = mysql_fetch_array($query);
echo "<b>".$row["username"]."</b></br>";
echo "<i>Says, ".$row["comment"]."</i><br><br>";
?>









i pasted the wrong thing



