Hello all,
I am completely new to php/MySQL and am still a beginner at html/css, though I know the basic principles.
I am creating a website that lists individual collectibles on their own page, with certain information about each one. My idea is to find a way to create fields in my html that will, based on a unique ID already filled in, will pull the rest of the information from each field I use.
In other words it will be structured something like this:
Unique ID: _____ (I will fill in manually)
Name: _____ Breed: ______ Age: _____ Color: _______
It won’t be formatted quite like that but you get the idea. I want the rest of the information to autofill based on my unique ID.
I currently have an excel file with my data. I know how to convert to .csv, then create a database with MySQL. What I don’t know is how to get the information from the database to the fields in my web page.
Thank you in advance for your help.
Dawn