PHP

How to Uninstall PHP on Ubuntu

How to Uninstall PHP on Ubuntu

PHP, a widely-used scripting language, is commonly installed on web servers to support dynamic web content. However, there might be instances where you need to uninstall PHP, perhaps to install…

How to Increase PHP File Upload Size Limit

The default PHP file upload size limit is often set to a low value, which can be insufficient for uploading large files through web applications or content management systems. In…

How to Hide PHP Version in Linux

PHP is a popular scripting language used to develop web applications. However, displaying the PHP version on a website can be a security risk as it reveals valuable information to…

Install MySQL, Apache and PHP on CentOS 6.5

LAMP stand for Linux, Apache, MySQL and PHP which is group of software used to run an web applications. The combination of these software is called LAMP stack. This document…

php

How to Install PHP 5.3 on CentOS 5.9

This post focus on how to install PHP 5.3 on CentOS 5.9. PHP: Hypertext Preprocessor is a widely used, free and open-source server-side scripting language that was especially designed for…