state(); $option = ''; if ($applet) { foreach ($applet as $k => $v) { if ($applet_value == $v['appid']) { $check = 'selected'; } else { $check = ''; } $option .= ''; } } $html = '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; $html .= '
'; return $html; } }