//getClass('textarea'); $tastr = ""; parse_str($parm, $tmp); foreach($tmp as $key => $p) { $tastr .= e107::getParser()->toAttribute($key)." = '".e107::getParser()->toAttribute($p)."' "; } return "";