$value) { #s_log("key: $key\tvalue: $value"); $val=str_replace('"',"",$key); $sel=$selected?($selected==$val?' selected':''):''; $txt=htmlentities($value); if($txt) $str.="\n"; } return $str; } function h_html_check_option_in_file($file_name, $str) { return h_db_find_key_in_file($file_name, str_replace('"',"",$str)); } #--------------------------------------------------------------------- } //__HOPP_HTML ?>