Sometimes you may need to change PHP version in Ubuntu. Here are the steps to do switch PHP version in Linux.
PHP
How to Add Multiple Hosts in PHPMyAdmin
Sometimes you may need to connect to multiple databases in PHPMyAdmin. Here is how to add multiple hosts in PHPMyAdmin,
How to Install PHP Composer in Ubuntu
PHP composer identifies package dependencies and installs them for PHP websites. Here is how to install PHP composer in Ubuntu.
How to Enable PHP in Apache
PHP is a popular programming language for web development and blogging. Here are the steps to enable PHP in Apache.
How to Convert HTML to PDF in PHP
Sometimes you may need to convert HTML to PDF in PHP. Here is how to convert HTML to PDF in PHP using HTML2PDF.
How to Prevent Cross-Site Scripting in PHP/Apache
It is important to prevent cross-site scripting in your website. Here is how to prevent cross-site scripting in PHP/Apache.
How to Force Download File in PHP
Sometimes you may need to force users to download file from your website. Here is how to force download file in PHP.
How to Hide PHP Version in WordPress/Apache
It is important to hide PHP version in Wordpress/Apache to protect your website from malicious attackers. Here are the steps to do it.
How to Prevent Direct Access to PHP File
Sometimes you may want to prevent direct access to PHP file on your website. Here are the steps to prevent a PHP file from direct URL access.
How to Fix “Unable to find socket transport SSL” error in PHP
Sometimes you may get “Unable to find socket transport SSL” error in PHP websites. Here is how to fix this problem.