SearchSurvey($searchString, $isActiveDb); if(count($matchingSurveys) == 0) { $message = 'No surveys that matched the search criteria were found.'; } } else { $message = 'Kindly resolve the shown errors before saving the survey.'; } } $biz->CloseDatabaseConnection(); ?> Carview | VRoom 360 Download Survey Data

Please find a survey that you wish to edit.

Search Survey:   
Search for surveys that contain these characters.
Is Active: /> Yes /> No /> Does not matter
Search surveys which only users can see, cannot see or may or may not see.

0) echo " "; for($i = 0; $i< count($matchingSurveys); $i++) { $styleClass = $matchingSurveys[$i]['isActive'] === 0 ? 'inActive' : 'active'; $uiIndex = $i+1; $isActiveString = $matchingSurveys[$i]['isActive'] === 0 ? 'No' : 'Yes'; $surveyName = $matchingSurveys[$i]['name']; echo " "; } if(count($matchingSurveys) > 0) echo "
Click the link in first column to go to the update page.
Survey Name Number of Questions Is Active Last Modified By Last Modified On
$surveyName ".$matchingSurveys[$i]['quesCount']." $isActiveString ".$matchingSurveys[$i]['modifiedBy']." ".date("F j, Y, g:i a", strtotime($matchingSurveys[$i]['modifiedOn']))."
"; ?>