study 썸네일형 리스트형 mb_substr or iconv_substr 한글문자열 자르기 substr (PHP 4, PHP 5) PHP 에서 문자열에서 일부를 잘라내여 쓰고자 할때 사용하는 함수 string substr ( string $string , int $start [, int $length ] ) $string에 담고 있는 문자열의 $start부터 길이$length만큼을 잘라내어 반환합니다. mb_substr(자를 문자열 , 어디서부터 자를 것인지, 얼마나 자를건지); 어디서부터 자를 것인지 부분은 0부터 시작합니다. ex) echo mb_substr("안녕하세요.", 0, 2); 안녕 문자열 : http://chongmoa.com // 반환 : "ttp://chongmoa.com" ==> 첫번째 문자열을 제외하고 문자열 반환 // 반환 : "tp://chongmoa.com" ==>.. 더보기 php 파일 업로드 php file upload 해당글을 잠급니다. 글 작성 [출처] [PHP] 게시판 파일 업로드 #10|작성자 S Writer 더보기 jquery checkbox 체크박스 제이쿼리 checked 여부 확인 $("input:checkbox[id='ID']").is(":checked") == true : false /* by ID */ $("input:checkbox[name='NAME']").is(":checked") == true : false /* by NAME */ checked/unchecked 처리 $("input:checkbox[id='ID']").prop("checked", true); /* by ID */ $("input:checkbox[name='NAME']").prop("checked", false); /* by NAME */ 특정 라디오버튼 선택 / 모든 라디오버튼 선택해제 $("input:radio[name='NAME']:radio[value='VALUE']").. 더보기 javascript 문자열 길이 length string.length ex)'abc'.length 더보기 [제이쿼리][자바스크립트] 영문만, 숫자만, 한글만 입력. // 한글 영어만 $(".name_blank input").keyup(function(event) { if (!(event.keyCode >= 37 && event.keyCode >>>> 상단 정규식 부분을 기호에 맞추 수정하면 된다. 숫자만: 영문만: 영문,숫자만: 한글만: keyCode: ############## 정규표현식 1. 확장문자 (: backslash) - s : 공백 문자(스페이스, 탭, 폼 피드, 라인 피드) - b : 단어의 경계 - B 이를 제외한 모든 문자 매칭 - d : 숫자 - D : 숫자가 아닌 문자 [^0-9] 와 동일 - w : 알파벳, 숫자로 된 문자, 밑줄 기호(_) [A-Za-z0-9] - W : w의 반대 문자 [^A-Za-z0-9] - 특수문자 : 특수문자 자체를.. 더보기 숫자만 입력 인풋박스 input text number only function inNumber(){ if(event.keyCode57){ event.returnValue=false; } } 출처: https://gocoder.tistory.com/111 [고코더 IT Express] 출처: https://gocoder.tistory.com/111 [고코더 IT Express] 출처: https://gocoder.tistory.com/111 [고코더 IT Express] 더보기 PHP header를 UTF-8로 설정하기 PHP header를 UTF-8로 설정하기 PHP 파일을 UTF-8로 저장하고 몇번씩 확인을 했는데도 서버에서만 실행시키면 한글이 깨져 보일경우 header에다 나는 utf-8 문서라고 알려줘버리세요. 헤더함수니까 php최상단에다 적어주셔야 합니다. 더보기 맥에 브라켓을 설치하다. 아톰에 대응 가능 하다. 생각외로 편한점이 많이 있네 ㅎㅎ http://brackets.io/ A modern, open source code editor that understands web design Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long. brackets.io https://sapjil.ne.. 더보기 이전 1 ··· 13 14 15 16 17 18 19 ··· 21 다음 목록 더보기