This is the error I get:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/pkghost/public_html/php/tutorial.php on line 50
and these are lines 48 and 50:
$result = mysql_query("SELECT * FROM employees");
if($myrow = mysql_fetch_array($result)){
yes im doing the cliched employee database tutorial.. if anyone knows about good tutorials, id love to know
anyway, i cant figure out why im getting this error. help!