|
for ($j=0; $j
if (!in_array($list_field_key[$j], array('m_is_use', 'm_svc_smtp', 'm_svc_pop3', 'm_forwarding_type'))) { ?>
= $m_list[$i][$list_field_key[$j]] ?> |
} // if() ?>
} // for() ?>
if ($m_list[$i]['m_is_use'] == 'Y') { ?>
} else { ?>
} // if() ?>
if ($m_list[$i]['m_svc_smtp'] == 'Y') { ?>
} else { ?>
} // if() ?>
if ($m_list[$i]['m_svc_pop3'] == 'Y') { ?>
} else { ?>
} // if() ?>
if ($m_list[$i]['m_forwarding_type'] == 'Y')
{
?>
} else if ($m_list[$i]['m_forwarding_type'] == 'C')
{
?>
} else
{
?>
} // if()
?>
|
|