* 문자열에서 "[", "]"를 제거한다.
$string = str_replace(array("[", "]"), "", $string);
'Course > PHP' 카테고리의 다른 글
엑셀 다운로드 구현 시 한글 깨짐 문제 (0) | 2014.03.05 |
---|---|
Fatal error: Allowed memory size of 8388608 bytes exgausted ... (0) | 2014.01.16 |
php 세팅 [Undefined variable] 문제 (0) | 2014.01.09 |
new php trim() 에러 처리 방법 (0) | 2014.01.09 |
파일업로드 시 꼭 필요한 폼 element (0) | 2013.12.03 |