Webbots, Spiders, and Screen Scrapers - Michael Schrenk [23]
# Include parse library
include("LIB_http.php"); # Include cURL library
// Download the page
$web_page = http_get($target="http://www.cnn.com", $referer="");
// Remove all JavaScript
$noformat = remove($web_page['FILE'], " -->