Skip to content

Instantly share code, notes, and snippets.

@Ganofins
Created August 12, 2018 13:04
<?php
require_once("simple_html_dom.php");
$html = file_get_html("https://www.androidheadlines.com/");
$headlines = $html -> find("div[class=container]")[0];
$titles = array();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment