Manage Surveys
query("SELECT survey_id, order_id AS 'ID', survey_name AS 'Survey Name', survey_url AS 'URL', survey_exempt AS 'Exempt' FROM survey ORDER BY order_id ASC");
$tablesAndTheirData = array();
array_push($tablesAndTheirData, array(
'fields' => $result->fetch_fields(),
'data' => $result
));
foreach($tablesAndTheirData as $table){
if($table['data']->num_rows){
?>
console.log('.$field.');';
if ($field->name != 'survey_id'){
?>
fetch_assoc()){
$order_num++;
?>
$value){
if ($key == 'survey_id'){
$trueID = $value;
}
if ($key == 'ID'){
$index = $value;
}
if ($key != 'survey_id'){
if ($key != 'Exempt'){
?>
name;?> | ||
---|---|---|
|
" >
|