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
Video2
02.01.2023. 08:02
Orban
Include Error: Forbidden file name
02.01.2023. 09:38
New Posts
New Comments
Generic
This is a generic function to be used in index.php.