(.+)<\/title>/', $html, $matches); $title = $matches[1]; die(json_encode(array("url" => $url, "title" => $title))); }