Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2. ini_set('display_errors',1);
  3. error_reporting(E_ALL);
  4.  
  5. echo "php is easy";
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement