kontroll Posted April 3, 2008 Share Posted April 3, 2008 I have been looking around for an hour or so for a one line command that returns all PHP server information. I stumbled across it once before. You add the command to a simple text file, cahnge the extension to .php, upload and address it with your browser and it returns all the server level php settings. Any help you can offer will be greatly appreciated. Jason Link to comment https://forums.phpfreaks.com/topic/99427-simple-script-command-that-shows-all-php-server-config/ Share on other sites More sharing options...
rhodesa Posted April 3, 2008 Share Posted April 3, 2008 <?php phpinfo(); ?> Link to comment https://forums.phpfreaks.com/topic/99427-simple-script-command-that-shows-all-php-server-config/#findComment-508755 Share on other sites More sharing options...
kontroll Posted April 3, 2008 Author Share Posted April 3, 2008 Thanks Aaron!. Link to comment https://forums.phpfreaks.com/topic/99427-simple-script-command-that-shows-all-php-server-config/#findComment-508785 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.