[hide=50]
[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>Get Email</title>
</head>
<body>
<form action="t.php" method="post">
<input type="text" name="l" value="" style="width:960px;" />
<input type="submit" name="s" value="Goooooooooooo" />
</form>
</body>
</html>
<?
$link = $_POST['l'];
$xfile = fopen($link,"r"); // link from internet
if($xfile){
while(!feof($xfile))
{