Hi,

I want to parse all <iframe> tags with DOMDocument:
$videos = $doc->getElementsByTagName('iframe');
echo $videos->item(0)->nodeValue;
Unfortunately, thin only gets me the value between the opening and closing tag. How to display a full tag with all attrbutes and values with this method?

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.