<?php $proxyList = file('proxy.txt'); while(list($k,$v) = each ($proxyList)) { print 'прокси сервер '.$v.'<br>'; } ?>