How can compare each a from content json_encode that inserted in database with a string as shorthand code without use loop? (this values was checkbox that inserted in database with json_encode)
Example
$json_encode = ["how", "are", "hello", "what"];
echo ($json_encode == 'hello') ? 'It is true' :'';