function check($str, $real) {
if ($str == $real) {
return 'checked="checked"';
} else {
return; }
}
function check($str, $real) {
if ($str == $real) {
return 'checked="checked"';
} else {
return; }
}