<?php $d = trim(file_get_contents("proxy.txt")); $d = explode("n",$d); echo "In file 'proxys' ".count($d)." entries"; ?>