<?php $string = '"13269" "3100876170" "Jimmy O\'Neil" "12" "2701" "MT11" "MATHEMATICS" "11" "Q1" "74" "74"'; $data = str_getcsv($string, ' ', '"'); print_r($data);
You have javascript disabled. You will not be able to edit any code.