<?php $sc = '[csvtohtml_create include_rows="1-10" debug_mode="no" source_type="guess" path="largecsv" source_files="test?output=csv" csv_delimiter="," ]'; if (preg_match_all('~([^\s=]+)=(?|"([^"]*)"|(\S+))~', $sc, $ms)) { print_r(array_combine($ms[1],$ms[2])); }
You have javascript disabled. You will not be able to edit any code.