information
|phpinfo
get all information about the server the script is running on
full source of phpinfo [ line 1 - 7 ] | download phpinfo
| 1 | <?php |
| 2 | phpinfo(); |
| 3 | ?> |
| 4 | if you only want info about the installed modules |
| 5 | <?php |
| 6 | phpinfo(INFO_MODULES); |
| 7 | ?> |
38 hits by 8 users in the last 30 minutes.