How to Install phpmyadmin on centOs 7

phpmyadmin on centOs 7  phpMyAdmin is an open source tool used for the administration of MySQL. phpMyAdmin depends on the LAMP stack. It requires Apache2 or any compatible web servers, MySQL and PHP. This post will show you how to install phpmyadmin on centos 7. Installation :  Step 1 :  Download epel-release-7-x.noarch.rpm Step 2 : Install […]

What is PHP?

What is PHP?  PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is […]

What is suPHP ? Why use suPHP ?

What is suPHP ? suPHP is a tool for executing PHP scripts with the permissions of their owners or a program that controls who can access certain files. All scripts executed on the server need to be authorized to run on the server. This enhances security by not running scripts as the web server user […]