You'll need single quotes around string values, like below (if the column "sent" is a string datatype) $sql = "UPDATE bp set sent = '$sent' where fname = '$fname' AND lname = '$lname'"; Adam
You'll need single quotes around string values, like below (if the column "sent" is a string datatype) $sql = "UPDATE bp set sent = '$sent' where fname = '$fname' AND lname = '$lname'"; Adam