프로그래밍/PHP

HTML 연동시 value 개행 처리

꿈을드림 2013. 7. 2. 17:03

str_replace("\r", '', str_replace("\n", '\\n', $값 변수));