Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $file = "ids.txt"; # nama file.txt file.php file.html
- if(file_exists($file)) {
- $filex = htmlentities(file_get_contents($file));
- }
- if(!$filex) {
- $filex = "Error Cuk :P";
- }
- ?>
- <textarea cols="50" rows="20"><? echo $filex; ?></textarea><br>
Advertisement
Add Comment
Please, Sign In to add comment