Thread
:
scraping a webpage for text
View Single Post
12-12-2008, 05:34 AM
#
3
(
permalink
)
martins256
The Wanderer
Join Date: Mar 2008
Posts: 18
Thanks: 0
Why can't you use strip_tags() ?
<?php
echo strip_tags(file_get_contents('http://www.gothostin.com/sarmenhb'));
?>
martins256
View Public Profile
Send a private message to martins256
Find More Posts by martins256