<?php $_SESSION['survey_ans'] = array(array(1=> "vpoor"), array(10=> "poor" ), array(6=> "average"), array(11=> "good" ), array(12=> "vgood"), array(13=> "good")); foreach($_SESSION['survey_ans'] as $result) { foreach ($result as $key => $value) { echo $key."-".$value."<br />"; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`