Hi, Is it possible to quickly search array values from another array? I'm using this to make a quick dynamic menu include. But it tests false. Thanks for any help.
Nick
$uri = explode('/', $_SERVER['REQUEST_URI']);
$needle = array('mockup','news','busin','sport','monta','world');
if (in_array($needle, $uri) {