Uh...the other thing still doesn't work I'm afraid:
Warning: Supplied argument is not a valid MySQL result resource in /usr/home/webdev/mycoding/spunkyjunk.com/docs/testboard/admin/db_mysql.php on line 82
Using this code:
Code:
$query2=$DB_site->query("SELECT * FROM savethreads WHERE saveuser='$username'");
while ($row = $DB_site->fetch_array($result)) {
$savethreadid = $row["savethreadid"];
echo("$savethreadid");
}