hi all
is there anything wrong with this query?
it doesnt seem to be working...
$query = "UPDATE table_name SET commentid = 'NULL', commentname = '$comm_name[$id]', commentmail = '$comm_mail[$id]', commentsite = '$comm_site[$id]', commentcomment = '$comm_comm[$id]' commentdte = 'NULL' WHERE commentid = '$id'";
$res = mysql_query($query);
give me all your lentils
is there anything wrong with this query?
it doesnt seem to be working...
$query = "UPDATE table_name SET commentid = 'NULL', commentname = '$comm_name[$id]', commentmail = '$comm_mail[$id]', commentsite = '$comm_site[$id]', commentcomment = '$comm_comm[$id]' commentdte = 'NULL' WHERE commentid = '$id'";
$res = mysql_query($query);
give me all your lentils