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 | 29 | 30 | 31 |
Tags
- Invalid credentials
- 안됨
- 예제
- react
- 인증문제해결
- VisualStudio
- Android
- 데이터바인딩
- 뒤로가기 안됨
- aPK
- WPF
- Git
- AWS
- bitbucket
- git인증
- 빌드 오류
- 설정
- EC2
- 리액트
- gradle
- Kotlin
- sourcetree
- 리액트 네이티브
- not working
- 안드로이드
- 안드로이드 스튜디오
- 개발환경설정
- 디버깅
- react-native
- flutter
Archives
- Today
- Total
물에 살고싶은 개발자
php <textarea> 엔터가 저장이 안되는 경우 본문
출처 : http://tistory.devari.kr/176
string nl2br ( string $string
[, bool $is_xhtml
] )
이 함수를 써주자
$postContent = nl2br($postContent);
예제는 이와같다.
끝
Comments