Can anyone help Please
I am trying to update a column in my db using the code below. no errors are thrown and the columns are not updated... help please, its quite urgent.... thank you soo much
$query = $conn->Execute("UPDATE users SET address1='$address1' WHERE username = '$username'");
die("<META http-equiv=\"Refresh\" content=\"0;url=viewbasket.php\">");
I've debuged it and the values are going through ok. its access DB