Can't seem to get a mysql_fetch_array working in my script. Here's the error message:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/db/test1.php on line 15
Here's what line 15 looks like:
$line = mysql_fetch_array($result, MYSQL_BOTH);
I can post the entire script if need be.
Thanks in advance.