It always Gives error
I have tried putting variables in quotes felids names in quotes but still error
"UPDATE employee_info
SET NAME=$Name, ADDRESS=$Address, EMAIL=$Email, CELL_NO=$Cell_no, CNIC=$Cnic, DESIGNATION=$Designation, BASIC_PAY=$Basic_pay, BONOUS=$Bonous, TOTAL_PAY=$Basic_pay+$Bonous
WHERE ID=$ID"))
Updated ROW