$paths = explode('/', trim($_SERVER['PATH_INFO'], '/'));im
$mark = count($paths) > 2 ? end($paths) : null;co