<?php
include('proxy.php');
$proxy = new Proxy();
$proxy->GetPage(); //download proxy list from www.proxy4free.com (html)
$proxy->ParseFile(); //take only valuable information from html file
echo $proxy->RandomProxy(); //get random proxy from the list
?>
|