Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is there anything wrong with this query??

Status
Not open for further replies.

lentildal

Programmer
Sep 24, 2001
25
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top