I was wondering how I might do this,
What I would like to do is say I have 0001.html
and in the source of this file are two tags that only occur once - these tags are
<!-- Content -->
and
<!-- /Content -->
what would I have to do in order to retrive all the html between these two tags
any help would be greatly appreciated
What I would like to do is say I have 0001.html
and in the source of this file are two tags that only occur once - these tags are
<!-- Content -->
and
<!-- /Content -->
Code:
--html code here--
<!-- Content -->
--html code here--
<!-- /Content -->
--html code here--
what would I have to do in order to retrive all the html between these two tags
any help would be greatly appreciated