//go through each question foreach($file_data as $value) { //separate the string by pipes and place in variables list($category, $question) = explode(\'|\', $v
before for loop :
$data = array();
then in your loop:
$data[] = array($catagory => $question);