$content=file_get_contents($_POST['url']); preg_match_all("/\/(\w+)\/(d+)\.html\b/", $content, $matches, PREG_SET_ORDER); echo $matches[0][0];