The code below shows how you can use phpinfo() to output information about the PHP environment on your server.
The Code
1 |
<?php phpinfo() ?> |
The code below shows how you can use phpinfo() to output information about the PHP environment on your server.
1 |
<?php phpinfo() ?> |