Advertisement
Transfusion

phpinfo test

Mar 16th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <html>
  2. <Title>PHP info</title>
  3. <?php
  4.  
  5. // Show all information, defaults to INFO_ALL
  6. phpinfo();
  7.  
  8. // Show just the module information.
  9. // phpinfo(8) yields identical results.
  10. phpinfo(INFO_MODULES);
  11.  
  12. ?>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement