Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / skripty / mail.php
CommitLineData
8de51304
H
1<?php\r
2\r
3$domena = "gmail.com";\r
4$google = "com";\r
5$file = fopen(("http://www.google.".$google."/search?num=100&q=+%22.%40".$domena."%22"), "r");\r
6$text = "";\r
7\r
8while(1) {\r
9 echo(fgetc($file));\r
10 //$text = ($text + fgetc($file));\r
11 }\r
12 \r
13?>\r
This page took 0.126549 seconds and 4 git commands to generate.