PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $html = file_get_contents('https://calend.online/holiday/'); $doc = new DOMDocument(); $doc->loadHTML($html); $ul = $doc->getElementsByTagName('ul'); echo $ul[2]->nodeValue, PHP_EOL;
Show:  
Copy Clear