This tutorial will teach you how to upload images using AJAX in PHP/MySQLi.
Creating our Database
First step is to create our database.
1. Open phpMyAdmin.
2. Click databases, create a database and name it as upload.
3. After creating a database, click the SQL and paste the below codes.