Benim kötü İngilizce için üzgünüm Im
Benim sorun için yardıma ihtiyacım var. Biz google gibi HTML sayfasının sayfa kaynağını açtığınızda, biz HTML TAG bulunmuş olacaktır: (bu google benim dize bulundu)
<!doctype html><head><title>bla bla bla
<ol><li class="g w0"><h3 class=r>**bla bla bla..**</div></ol>
<ol><li class="g w0"><h3 class=r>**bla bla bla..**</div></ol>
<ol><li class="g w0"><h3 class=r>**bla bla bla..**</div></ol>
</script> <!-- end with no </html> ?? -->
and my problem is : How PHP get all string between <ol> .. </ol>, but keep HTML TAG (inlude <ol> and </ol>). So, all string before first <ol> and after last </ol>, or all string between </ol> and next <ol> will be deleted or not show. I can do this in VB but can't on PHP. Thanks