Is it possible to have php parse out all text between html tags? For example I want to make a print only page that just contains the content to be printed and not the menu buttons on the left of the page. So I have a start point (<!--print start-->) and I want to read all code between that and the end (<!--print end-->. Is this possible?