Created
August 23, 2016 06:44
-
-
Save juanwilde/57553386e00998e4d8836f36012fd6fc to your computer and use it in GitHub Desktop.
Ejemplo para mostrar imagen obtenida mediante scraping con simple_html_dom.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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