AAryAnggara10

Tugas 6 Prak Web 2 (Baca Hasil REKAM)

Dec 8th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $fh = fopen("data.txt", "r");
  4.  
  5. $file = file_get_contents("data.txt");
  6.  
  7. echo $file;
  8.  
  9. ?>
Add Comment
Please, Sign In to add comment