1st, Create 3 file and 2 folder for this.
3 files
- resize.php - the main file of resize image.
- index.php - for use resize.php
- style.css - The file for design (css)
2 folders
- uploads - The folder for your uploaded photo which will be resize
- images - The folder for save your resized images.
Open your created resize.php file with any notepad like
notepad++ and paste this code to the file.
Save this file by CTRL+S.
Now Open your index.php and paste this code and save the file.
Our job tutorial complete. But is the script looking ugly? No problem, Paste this css code in your created style.css
It is optional, Now my tutorial is complete.
Thanks for reading and staying with us.