MySQL não pode passar o parâmetro 2 por referência
$variabel = 0; //make a variabel to pass parameter
$update->bindParam(":anAttrInQuery", $variabel);
Ganz404
$variabel = 0; //make a variabel to pass parameter
$update->bindParam(":anAttrInQuery", $variabel);