andripzf

Open File 2

Jun 22nd, 2014
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2. $file = "ids.txt"; # nama file.txt file.php file.html
  3. if(file_exists($file)) {
  4. $filex = htmlentities(file_get_contents($file));
  5. }
  6. if(!$filex) {
  7. $filex = "Error Cuk :P";
  8. }
  9. ?>
  10. <textarea cols="50" rows="20"><? echo $filex; ?></textarea><br>
Advertisement
Add Comment
Please, Sign In to add comment