I need some help switching a boolean value in a field in a small MySQL DB. I created an index.php that shows names and a presence field (Present/Away). For that I use a boolean. The value is clickable, this should switch the boolean value. Here the relevant code:I need some help switching a boolean value in a