Lincoln
4 Apr 2004, 9:46am
I've been battling this error for a few hours now... :-/
Warning: Empty regular expression on line 84 (the last one listed here)
$document = implode("", $member_array);
$search = array("'[" . $col_delim . "]+'", "'[" . $row_delim . "]+'", "\t", "'\"'");
$replace = array(" ", " ", $col_delim, "\\" . chr(34));
$tmp_text = preg_replace($search, $replace, $document);
I can't figure out why it's doing this... anyone have an idea? :scratch:
Warning: Empty regular expression on line 84 (the last one listed here)
$document = implode("", $member_array);
$search = array("'[" . $col_delim . "]+'", "'[" . $row_delim . "]+'", "\t", "'\"'");
$replace = array(" ", " ", $col_delim, "\\" . chr(34));
$tmp_text = preg_replace($search, $replace, $document);
I can't figure out why it's doing this... anyone have an idea? :scratch: