Hi everyone, this tutorial will teach you on how to upload images with re-size and save to database using php/mysql.
to start this tutorial, let's follow the step provided.
Step 1: Creating Our Table
First step is to create our table in database to store the images uploaded.
To create a database:
1. Open phpmyadmin
2. Click create table and name it as "images".
3.