Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <Title>PHP info</title>
- <?php
- // Show all information, defaults to INFO_ALL
- phpinfo();
- // Show just the module information.
- // phpinfo(8) yields identical results.
- phpinfo(INFO_MODULES);
- ?>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement