Kompiluje se
[mirrors/Programs.git] / php / skripty / mail.php
1 <?php
2
3 $domena = "gmail.com";
4 $google = "com";
5 $file = fopen(("http://www.google.".$google."/search?num=100&q=+%22.%40".$domena."%22"), "r");
6 $text = "";
7
8 while(1) {
9 echo(fgetc($file));
10 //$text = ($text + fgetc($file));
11 }
12
13 ?>
This page took 0.325214 seconds and 4 git commands to generate.