get($userId); $data = json_decode(file_get_contents("php://input")); $selector = 'req-new-funnel'; $section = ''; if(isset($data->selector)){ $selector = $data->selector; } if(isset($data->section)){ $section = $data->section; } $arrayFunnel = array(); $arrayOrder = array(); $arrayId = array(); ?>