Description: This function will show the PHP information of your web server. Really useful most of the time. I use it daily.
Total Hits: 1254 Total Votes: 0
Total Points: 0 (1 reviews)
Page Navigation: [1]
PHP Info
This small function will show the PHP Info of your server meaning what Server API your running, What System, Apache Info, and lots more! Yes, I use this daily for my forum and I find this really cool!
Create a new .php document and insert this code to it:
Done
Look below for code:
Code is:
<?php phpinfo() ?>
That's it! Your done! Now, Upload this file to your server (Must be a *.php extension) and see your PHP Info! Yes, You might think this is dumb or whatever, But really, It can be useful! :)