<?php $html = "some html More <Head> Something <title>Example.com</title> </Head> Foo bar"; $pos = stripos($html, "<title>")+7; echo substr($html, $pos, stripos($html, "</title>")-$pos);
You have javascript disabled. You will not be able to edit any code.