Mira...
if (stristr("GM Kay Novato", $nombre) OR (stristr("GM Kay Novato", $nombre) AND (stristr($edad, "25") OR stristr($edad, "13"))))
{
if(stristr($edad, "25")) $nivel="adulto";
if(stristr($edad, "13")) $nivel="joven";
echo "Hola $nivel GM Kay";
por partes...
///////////////////...