Roma^nia imagini
video1
02.01.2023. 07:57
https://www.pntcd.ro/
[func]// https://help-code.com/obtinerea-image-src-in-php.html $url = 'https://www.pntcd.ro/' $doc = new DOMDocument(); $doc->loadHTMLFile($url); $xpath = new DOMXpath($doc); $imgs = $xpath->query("//img"); for ($i=0; $i < $imgs->length; $i ) { $img = $imgs->item($i); $src = $img->getAttribute("src"); //do something with $src echo $src ; } $path1 = 'https://www.Continue reading 02.01.2023. 08:37
New Posts
New Comments
Generic
This is a generic function to be used in index.php.