Guest User

Untitled

a guest
Feb 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $filename = "C:inetpubwwwrootlogoninfo.txt";
  2. $fp = fopen($filename, "r");
  3. $content = fread($fp, filesize($filename));
  4. $lines = explode("n", $content);
  5. fclose($fp);
  6. //print_r($lines);
  7. //echo($lines[0]);
  8. //echo($lines[1]);
Add Comment
Please, Sign In to add comment