Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2. @ini_set('error_reporting', E_ALL);
  3. @ini_set('display_errors', TRUE);
  4. echo 'test';
  5. phpinfo();
  6.  
  7. ?>
  8. <html>
  9. <body>
  10. <h1>Hello</h1>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement