$value) { if (in_array($key, array('csvdw_namespace','csvdw_delim','csvdw_pagename','csvdw_csvdata','csvdw_csvtemplate','csvdw_overwrite','csvdw_dummyrun' ,'csvdw_trim'))){ // if (!empty($value) || is_numeric($value)) { if (!blank($value)) { $paramcount++; $params[$key] = $value; } } } } } } /** * output appropriate html */ function html() { global $params; global $paramcount; $fieldcount = 0; // update the label when the namespace is changed echo ""; ptln( $this->locale_xhtml('intro') ); ptln( '
'; // if all form values recieved, let's explode! if ($paramcount == $fieldcount) { $this->_csvexploder(); } elseif ($paramcount > $fieldcount) { // something weird going on ptln( '