Skip to content

Instantly share code, notes, and snippets.

@stvnrlnd
Created March 27, 2018 04:15
Show Gist options
  • Save stvnrlnd/558f099762f9d60e1be13386849eb134 to your computer and use it in GitHub Desktop.
Save stvnrlnd/558f099762f9d60e1be13386849eb134 to your computer and use it in GitHub Desktop.
Write a PHP script to get the PHP version and configuration information.
<?php
phpinfo();
?>
@alitheDev
Copy link

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment