Quote
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/demonix/domains/shadoweffect.dynahosting.net/public_html/new_template/index.php on line 63
with this script:
<?
include ("connect.php");
$result = mysql_query("select * FROM index");
while($r=mysql_fetch_array($result)) {
$message = $r["message"];
echo "$message";
}
?>
the database is text, not null.
there IS an entry on the db.
