// open : 2024-06-04 17:00// close : 2024-06-15 00:00$(() => { const textBefore = '6/4(화) 17:00 오픈 예정'; const textOngoing = '결과 입력하기'; const textFinish = '자세히 보기'; const slideExam = $('.js_slide_exam'); // 슬라이드 배너 const btnExam = $('.js_btn_exam'); // 슬라이드 배너 btn const popExam = $('.js_pop_exam'); // 팝업 배너 // event 진행중 : 6/4 17:00 ~ 6/14 23:59 = "17") Or fnDateTimeFormat(..
$_SERVER['REMOTE_ADDR'] - 현재 페이지를 보고 있는 사용자의 IP 주소를 담은 PHP 환경변수 - 서버 앞단에 프록시가 없는 경우, 클라이언트의 IP 주소 - 서버 앞단에 프록시가 있는 경우, 프록시로 돌아가는 IP 주소 참고https://zetawiki.com/wiki/$_SERVER(%27REMOTE_ADDR%27) $_SERVER['REMOTE_ADDR'] - 제타위키다음 문자열 포함...zetawiki.com
substr(문자열, 시작위치, 길이) $ev_date = substr($strViewDate,8,2); $ev_month = substr($strViewDate,5,2); $ev_year = substr($strViewDate,0,4); *참고 https://webisfree.com/2015-01-27/[php]-substr()-%EB%AC%B8%EC%9E%90%EC%97%B4-%EC%9D%BC%EB%B6%80-%EC%9E%90%EB%A5%B4%EA%B8%B0-%EC%9D%BC%EB%B6%80%EB%A7%8C-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0