(❀╹◡╹)
[PHP] 현재 접속 URL구하기 본문
$url = (isset($_SERVER['HTTPS'])?'https://':'http://').$_SERVER['HTTP_HOST'];
'Programing > WEB' 카테고리의 다른 글
[PHP] CKEditor 연동, 이미지 업로드 (1) | 2020.11.20 |
---|---|
[PHP] 이미지 resize, crop 함수 (1) | 2020.11.10 |
[PHP] 전화번호 하이픈(-) 추가, 정규식 (0) | 2020.11.06 |
[jQuery] Slick Slider fade 처리 (0) | 2020.09.16 |
[jQuery] Slick Slider - 로드 시 display:none 일때 refresh 대체 (0) | 2020.09.16 |