mysql_query = ("INSERT INTO news VALUES('1','$head','$user','$newsarea') WHERE ID = '1'") or die("Could not connect...");
I cant think why. I have also included a small section of the script below if it helps. Please help?
$link1 = mysql_connect("???", "???", "???");
mysql_select_db("???") or die("couldnt connect" . mysql_error());
mysql_query = ("INSERT INTO news VALUES('1','$head','$user','$newsarea') WHERE ID = '1'") or die("Could not connect...");
mysql_close($link1);
Regards
Joe