Re: Updating and deleting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux