프로그래밍/PHP php 숫자 체크 변사또 2016. 6. 24. 09:41 //페이지가 숫자인지 체크 - 웹취약점 추가 if (is_numeric($page)) { //숫자 맞음 } else { //숫자가 아닐경우 페이지를 1페이지로 나오도록 저장 $page = 1; } 공유하기 게시글 관리 포도청 스파이~!! '프로그래밍/PHP' Related Articles CodeIgniter 사용하기 php Warning: trim() expects parameter 1 to be string, array given in error message php replaceall 처럼 사용하기 php mail 함수