Is there a logical (and possible) way to do something like this?\[code\]UPDATE $table SET LIKE %_checkbox = '' WHERE id='$id'\[/code\]I have fields like allowed_checkbox and types_checkbox and they are sent to the database script dynamically. Can you use a wildcard when referring to the column name?