Hidrahyl wrote:
Hi,
anyone can help me parsing html files in order to get all the images
containing a file?
Thanks, Simon.
1. Use fopen() to grab the HTML file you're after.
2. Read in each line to an array using file();
3. Loop through the array, and apply the following reg. exp.:
preg_match("/\
Hi,
anyone can help me parsing html files in order to get all the images
containing a file?
Thanks, Simon.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo