Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 웹하드순위
- Apache
- string
- 경영
- curl
- post
- date
- 웹하드추천
- jquery
- UTF-8
- Arrays
- Ajax
- JSON
- Forms
- Session
- HTML
- MySQL
- Regex
- JavaScript
- php
- composer-php
- 전략
- file-upload
- 무료다운로드쿠폰
- Linux
- variables
- function
- OOP
- Laravel
Archives
- Today
- Total
목록validation (1)
개발! 딱 깔끔하고 센스있게!
php: 필드 비어 있는지 어떻게 검사합니까?
변수가 비어있는 값이나 비어있는 값을 바꿀 때 오류를 표시하고 싶습니다.예를 들어 변수가 다음과 같이 표시됩니다: $mo = strtotime($_POST['MondayOpen']); 과var dump ($ u POST['몬다yOpen']) 문자열 복귀 지금 제가 밑에 있는 방법으로... First want to find which type of variable $mo is ?(string or integer or other) Which function is better to find that $mo having no value. 나는 이 결과를 얻었다 is_int($mo);//--Return nothing is_string($mo); //--Return bool(false) var_dump($mo); ..
개발 스크랩 메모/PHP
2020. 12. 24. 22:42