I am learning database and php
I have made a database with a list of my game collection with the following fields,
- ID
- game_name
- game_year
- platform
- publisher_name
- media
- owned
- finished
- completed
- launcher
I made this database in phpMyAdmin and would now like to add images of the games and the end of the database. This is for me and will not be going on the internet, so the images will be on my computer, I have searched for answers on the web and can not find any. I want to be able to add the images to the existing database and not setup a PHP script , is there a way to upload images within phpMyAdmin use the folder instead of the blob.
I have displayed the fields above a Localhost but would like to add an image to the page.
So if anybody could help,