Skip to content

Instantly share code, notes, and snippets.

@juanwilde
Created August 23, 2016 06:44
Show Gist options
  • Save juanwilde/57553386e00998e4d8836f36012fd6fc to your computer and use it in GitHub Desktop.
Save juanwilde/57553386e00998e4d8836f36012fd6fc to your computer and use it in GitHub Desktop.
Ejemplo para mostrar imagen obtenida mediante scraping con simple_html_dom.php
<?php
foreach ($imgPaths as $img) {
echo '<img src="' . $img->attr["src"] . '"'/>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment