phpinfo – POFTUT

How To Install Apache 2.4 and PHP 7.3 On Fedora, CentOS, RHEL Linux?

How To Install Apache 2.4 and PHP 7.3 On Fedora, CentOS, RHEL Linux?

Apache and PHP are very popular tools used to publish and serve web pages. These web pages can be a simple website, a WordPress installation or a complex web application. In this tutorial, we will learn how to install and use Apache and PHP tools for rpm based distributions like Fedora, CentOS, RedHat. Update Current … Read more

How To Create phpinfo Pages?

How To Create phpinfo Pages?

PHP is a very popular programming language used by a lot of programmers and web developers. During PHP application development we may need to get detailed information about the platform the PHP web server runs. This type of information is provided by phpinfo function. The phpinfo() function provides information like PATH, User, Operating System, Modules, etc. Install … Read more