php check if value exists in array - YouCode

PHOTO EMBED

Fri Jul 29 2022 17:36:27 GMT+0000 (Coordinated Universal Time)

Saved by @kalehm

if (in_array($value, $arr)) {		
  return
  true;
} else {		
  return
  false;
}
content_copyCOPY

https://you.com/search?q