Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>
  4. O chuj chodzi z tym językiem
  5. </title>
  6. </head>
  7. <body>
  8. <?php
  9. echo "My first PHP script!";
  10. ?>
  11. <?php
  12. $read = file("Niggers.txt");
  13. foreach ($read as $line){
  14. echo $line;}
  15. ?>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement