File/Image Upload in PHP MySQL Database Tutorial

Image file upload in PHP mysql; in this tutorial i am going to show you how to upload file/image into mysql database using php. In this how to insert image in mysql database using php source code example; i will create a image table in database and create image/file upload form. Then create file/image insert/save/store … Read more

How to Install Lamp, PHPmyadmin on Ubuntu 18.04/20.04 AWS Server

LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. (Sometimes Perl or Python is used instead of PHP.) Install lamp stack with phpmyadmin on ubuntu amazon ec2; In this tutorial, … Read more

How to Install PHP MySQL on Linux Ubuntu 18.04/20.04 AWS EC2

Install PHP MySQL on ubuntu ec2 instance; In this tutorial, i am going to show you step-by-step on how to install PHP MySQL on ubuntu 18.04 / 20.04 AWS EC2. How to Install PHP MySQL on Linux Ubuntu 18.04/20.04 AWS EC2 Use the following steps to install PHP MySQL on linux ubuntu 18.04 / 20.04 … Read more