$url = file_get_contents("http://example.com");$url = strip_tags($url);$keywords = explode( ' ', $url );