<?php $txt = "P234324, 2011-03-23 12:34:37 \nP234434, 2011-03-23 13:34:36 \nP438794, 2011-03-23 14:34:36 \nP238924, 2011-03-23 15:34:36 \n"; var_export( parse_ini_string( strtr($txt, ',', '=') ) );
You have javascript disabled. You will not be able to edit any code.