";
if($searchword != ""){
if($searchtype=="" || $searchtype==null){
$add_sql.= " AND (nm_name like '$searchword%' or nm_email like '$searchword%') ";
}else{
$add_sql.= " AND $searchtype like '$searchword%'";
}
}
if($dt_start != "" && $dt_end != ""){
$add_sql.= " AND dt_dormant between '$dt_start' and '$dt_end' ";
}
$sql = "select count(*) from member_master $add_sql";
// echo $sql;
$totalrows = @mysql_result(mysql_query($sql),0,0);
?>
include("../inc/inc_top.php") ?>
include("../inc/inc_header.php") ?>
휴면 회원관리
▶ 회원검색