Write a PHP script to get the PHP version and configuration information.




phpinfo() is predefined function of php it is used for to see version of php and configuration details.

code:-


<?php
//predefined php function
phpinfo();
?>





Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post