PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $homepage = file_get_contents('http://map.patriarchia.ru/?infoid=2001'); $dom = new DOMDocument(); $dom->loadHTML($homepage); $href = $dom->getElementsByTagName('a')[0]->getAttribute('href'); printf("href: %s", $href); print_r(parse_url($href));
Show:  
Copy Clear