Hello, I am new to PHP and I could really use some help!
I have been tasked with creating an online form to track employee training. I have created a database with a table which includes 5 fields (id, lname, fname, dept and status). I have uploaded all of my employee information into the table.
I would like it so that my online form (see attached picture) will look up their ID# in the database and then display their first name, last name, department and status in the corresponding columns.
I honestly don't even know where to start. I know how to connect to my database but that is about it.
Thanks!!!
Michelle


