can anyone tell me what is wrong with the following query, it wont seem to update my row?
thanks
$query = "UPDATE survform SET Q1 = $Myq1, Q2 = $Myq2, Q3 = $Myq3 WHERE USRSESSION = $MYsesID";
Are all those variables numbers? If not, you need to use ' around them. Also, echo out $query to see if it looks like you are expecting.