Like making a page phpinfo ()
Like making a page phpinfo () so that it shows to the typical of php as well as their version
This info.php with the code to continución is the code you only must make a page called for example and later accesar to her via Web<? php// Sample all the information, default INFO_ALLphpinfo ();// To only show the information of units.// phpinfo (8) produces the same result.phpinfo (INFO_MODULES);>
