get_body_inter_prefix
get_body_inter_prefix($prefix1,$prefix2,$as_html=true); - get the part of the page body between the specified prefixes (strings)
the input Function accepts parameters:
$prefix1 – the start line to be found in the page body$prefix2 – the end line to be found in the page body (after the start line)$as_html – when searching and displaying results, treat the page body as html (true) or just as text (false)
After testing, the function returns the result of its work to the script :
part of the Page body – the specified part of the body of the current page