Hi I am having trouble trying to update multiple fields within my customer table. I think I have something wrong with my query? If anyone can help I would b grateful, Thanks
$query = "UPDATE customer SET (email, addr1, addr2, addr3, addr4, postcode, telephone) VALUES ('$e', '$a1', '$a2', '$a3', '$a4', '$pc', '$te') WHERE customer_id={$_SESSION['customer_id']}";