phpbar.de logo

Mailinglisten-Archive

[php] Transport endpoint is not connected

[php] Transport endpoint is not connected

Christian christian_(at)_butanclub.de
Sun, 28 Jan 2001 03:10:26 +0100


Hallo Norbert,

das ist die komplette Datei. Die zweite Hälfte dient nur der Ausgabe
(Zeile für Zeile mit Nr.)
Hoffe, das hilft. Was hast du geschrieben?

<?php

$a = fopen("http://www.lycos.de/", "r");
if($a)
 {
  while(!feof($a))
  {
   $b[] = fgets($a, 4096);
   ++$d;
  }
 }


if($b[0])
 {
  $e = strcmp($d, $f);
  while($e)
   {
    $c = htmlentities($b[$f]);
    $g = $f;
    echo "$g&nbsp;&nbsp;";
    echo "$c<br>";
    ++$f;
    $e = strcmp($d, $f);
   }
 }

echo "\n\n<br><br><hr><br><b><u>fertig</u></b><br>-$d-";

?>

mfg Christian
-- 

-----------------------------------------------------------------------
Visit http://www.butanclub.de/


php::bar PHP Wiki   -   Listenarchive