If (strpos($favorites, 23) !== FALSE) { // check if 23 is in favorites//your code}
If (in_array(23, explode(",",$favorites)) {}