How to change max file upload size in php ini Ubuntu

If your are working with apache ubuntu server and may face uploaded file exceeds the upload_max_filesize directive in php ini Ubuntu. So, in this tutorial, you will find the solution for how to change max upload size php ubuntu apache. Set max file upload size in php apache ubuntu; In this tutorial, i am going … Read more

Generate 6,8,10,16 digit random unique Alphanumeric string in PHP

To generate 6,8,10,16 digit unique random alphanumeric in PHP; this tutorial, i am going to show you how to generate 6,8,10,16 digit random, unique, alphanumeric string in PHP using str_shuffle() and md5() . Generating unique random alphanumeric in Php is a very simple and easy task. And you can generate 6,8,10,16,20, etc digit unique random … Read more

How to Install WordPress on AWS EC 2 Apache Ubuntu 18.04/20.04

WordPress installation and configuration on Amazon AWS ubuntu web server are very simple things. Because the Ubuntu community provides several commands to install and configure lamp (Linux, apache, MySQL, and PHP) on AWS server. As well as the WordPress community. In this tutorial, i am going to show you how to install wordpress and configure … Read more