$text = "<tbody>test</tbody>";
preg_match("/<tbody>(.*?)<\/tbody>.*/s", $text, $match);
echo $match[0];

'php, codeigniter' 카테고리의 다른 글

codeigniter - 3.0 router  (0) 2016.02.18
다른서버로 POST 전송할때 설정  (0) 2016.01.13
서버 점검(ping) 테스트  (0) 2015.10.17
일주일 단위로 달력 출력  (0) 2015.09.03
php 변수를 javascript로 넘기기  (0) 2015.08.28
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,