<?php $vals = "1,3,4,7"; $queryString = 'a[][id]=' . str_replace(',', '&a[][id]=', $vals); parse_str($queryString, $output); var_export($output['a']);
You have javascript disabled. You will not be able to edit any code.