Forum: PHP
02-19-2013, 09:37 AM
|
|
Replies: 7
Views: 339
Have a look at this, it may help.
The code below shows how to extract an 'http:'//' image based tag.
Then display them, and modify the HTML to show you what it found.
<?php
$total = 0;
$sample_HTML = "
<html>
...
|