Upload Images With re-size Using PHP/MySQL
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.- Read more about Upload Images With re-size Using PHP/MySQL
- Log in or register to post comments
- 611 views