Feilmelding: Undefined variable..
Kan noen se hva som er galt med denne koden:<?
$SQL2="select * from news where SID=".$HTTP_GET_VARS["content"];
include '../mysql.inc';
$rs2=$rs2_query=mysql_query(($SQL2),$conn);
$rs2=mysql_fetch_array($rs2_query);
while(!($rs2==0))
{
?>
Jeg får følgende feilmelding:
Notice: Undefined variable: HTTP_GET_VARS in view.php on line 5
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in view.php on line 8
