Guest User

Untitled

a guest
Jul 15th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1.  
  2.  {
  3.  while (!feof($fp))
  4.  {
  5.  $mytext = fgets($fp, 999);
  6.  echo $mytext."<br />";
  7.  }
  8.  }
  9.  else echo "Ошибка при открытии файла";
  10.  fclose($fp);
  11.  ?>
Add Comment
Please, Sign In to add comment