Using PHP5 (cgi) to output template files from the filesystem and having issues spitting out raw HTML.
private function fetch($name) { $path = $this->
if anybody using csv import then below code useful
$header = fgetcsv($handle); foreach($header as $key=> $val) { $bom = pack('H*','EFBBBF'); $val = preg_replace("/^$bom/", '', $val); $header[$key] = $val; }