Errors:
Code: Select all
Warning: mysql_num_rows() expects parameter 1 to be resource, null given in /home/scottcfr/public_html/admin/index.php on line 39
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, null given in /home/scottcfr/public_html/admin/index.php on line 152
Code: Select all
39: <p><a href="index.php?page=blog">Blog</a> -=- <a href="index.php?page=announcements">Announcements</a> -=- Contacted (<?php include "config.php"; $return = mysql_query("SELECT * FROM contact WHERE read='no'"); mysql_num_rows($return1) ?>)-=- <a href="http://hellbeast.net/">Site Home</a> -=- <a href="http://hellbeast.net/forums/">Site Forums</a>
152: while($myrow = mysql_fetch_assoc($result))