However I get the error:
Warning: Supplied argument is not a valid MySQL result resource in /home/dsawyer/blenderwars-www/phptest/news.php on line 48
Line 48 is:
{
But Line 47 is:
Code: Select all
if(!$db=@mysql_connect($server,$user,$password))
EDIT: It now says line 58 is screwy:
Code: Select all
while($r=mysql_fetch_array($ergebnis))