<?php

// OPERATION *********************************************************************

// $userID = $_REQUEST['q'];
$userID = $_GET['userID'];
$user_name = $_REQUEST['n'];
$submit_survey = $_REQUEST['submit_survey'];
$satisfaction = $_REQUEST['satisfaction'];
$quit_30days = $_REQUEST['quit_30days'];
$quit_24hours = $_REQUEST['quit_24hours'];
$cigs_use = $_REQUEST['cigs_use'];
$cigs_when = $_REQUEST['cigs_when'];
$cigs_days = $_REQUEST['cigs_days'];
$cigs_amount = $_REQUEST['cigs_amount'];
$cigs_intent = $_REQUEST['cigs_intent'];
$cgr_use = $_REQUEST['cgr_use'];
$cgr_when = $_REQUEST['cgr_when'];
$cgr_days = $_REQUEST['cgr_days'];
$cgr_amount = $_REQUEST['cgr_amount'];
$cgr_intent = $_REQUEST['cgr_intent'];
$pipe_use = $_REQUEST['pipe_use'];
$pipe_when = $_REQUEST['pipe_when'];
$pipe_days = $_REQUEST['pipe_days'];
$pipe_amount = $_REQUEST['pipe_amount'];
$pipe_intent = $_REQUEST['pipe_intent'];
$dip_use = $_REQUEST['dip_use'];
$dip_when = $_REQUEST['dip_when'];
$dip_days = $_REQUEST['dip_days'];
$dip_amount = $_REQUEST['dip_amount'];
$dip_intent = $_REQUEST['dip_intent'];
$other_use = $_REQUEST['other_use'];
$other_when = $_REQUEST['other_when'];
$other_days = $_REQUEST['other_days'];
$other_amount = $_REQUEST['other_amount'];
$other_intent = $_REQUEST['other_intent'];
$med_patch = $_REQUEST['med_patch'];
$med_gum = $_REQUEST['med_gum'];
$med_loz = $_REQUEST['med_loz'];
$med_spray = $_REQUEST['med_spray'];
$med_inhaler = $_REQUEST['med_inhaler'];
$med_zyban = $_REQUEST['med_zyban'];
$med_chantix = $_REQUEST['med_chantix'];
$med_other = $_REQUEST['med_other'];
$help_healthpro = $_REQUEST['help_healthpro'];
$help_website = $_REQUEST['help_website'];
$help_phone = $_REQUEST['help_phone'];
$help_counseling = $_REQUEST['help_counseling'];
$help_self = $_REQUEST['help_self'];
$help_other = $_REQUEST['help_other'];
// end
?>