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){
?>
name;?> | ||
---|---|---|
|
" >
|