Hi all,
Im Sorry for my bad English
I need help for my problem. When we open page source of HTML page like google, we will found HTML TAG : (in this google was found my string)
<!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