Use a checkbox to update a mysql table

Surely it would be like any other time you call execute:

$prepare->execute($parameters);

You need to call it against the prepared statement object.

1 Like