"index.php", "name" => get_lang('AdministrationTools')); $newsurvey = '0'; if ($_POST['action'] == 'add_survey') { $survey = $_POST['survey']; //$existingsurvey = trim(stripslashes($_POST['existingsurvey'])); if ($survey==0) { header("location:create_new_survey.php"); exit; } else { header("location:create_ex_survey.php"); exit; } } Display::display_header($tool_name); api_display_tool_title($tool_name); ?>