PHPINFO

From NikkiWiki
Revision as of 2026-04-09T16:25:42 by Nicole Sharp (talk | contribs) (Created page with "Resources for configuring Personal Homepage Hypertext Preprocessor Info (PHPINFO). * [https://help.dreamhost.com/hc/articles/214895287/ <cite>DreamHost Knowledge Base</cite>: "Viewing Your Site’s PHP Version and Settings"] * [https://www.php.net/manual/function.phpinfo.php <cite>PHP</cite>: "PHPINFO"] == PHPINFO for Nicole Sharp’s Website == <syntaxhighlight lang="php"> <?php phpinfo(INFO_GENERAL); phpinfo(INFO_CREDITS); phpinfo(INFO_CONFIGURATION); phpinfo(INFO_...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Resources for configuring Personal Homepage Hypertext Preprocessor Info (PHPINFO).

PHPINFO for Nicole Sharp’s Website

<?php

phpinfo(INFO_GENERAL);
phpinfo(INFO_CREDITS);
phpinfo(INFO_CONFIGURATION);
phpinfo(INFO_MODULES);
phpinfo(INFO_ENVIRONMENT);
# phpinfo(INFO_VARIABLES);
phpinfo(INFO_LICENSE);
# https://www.php.net/function.phpinfo.php

/*
Personal Homepage Hypertext Preprocessor (PHP) Info for Nicole Sharp's Website.
2026-04-09 Nicole Sharp
https://www.nicolesharp.net/
*/

?>