다시 질문 드립니다. 정보
다시 질문 드립니다.본문
댓글 전체

$text = " 가나다라마바사<br>
가갸거겨고....";
$text = explode("\n", $text);
$text = explode("<br>", $text[0]);
$text = $text[0];
가갸거겨고....";
$text = explode("\n", $text);
$text = explode("<br>", $text[0]);
$text = $text[0];
넴?
자세히 설명좀..
자세히 설명좀..