hello,
I am currently working on the project where I need to create several tables that include the list of company's workers with corresponding training courses they had taken during different years and under different projects.
What I need is to create some kind of search funcionality that will allow users to enter the name of the worker that will display all the corresponding information about this worker i.e. the list of all the trainings with years and projects.
So I was thinking that I need to create 1) all these tables then make the SQL query that takes the surname and displays the corresponding information to the specific person. Do I need to use PHP or HTML to make the interface for the database with the search field?
Can anyone at least point me out the direction that I have to start with?
Sorry, if that is the easiest question but I am a complete beginner.
I am currently working on the project where I need to create several tables that include the list of company's workers with corresponding training courses they had taken during different years and under different projects.
What I need is to create some kind of search funcionality that will allow users to enter the name of the worker that will display all the corresponding information about this worker i.e. the list of all the trainings with years and projects.
So I was thinking that I need to create 1) all these tables then make the SQL query that takes the surname and displays the corresponding information to the specific person. Do I need to use PHP or HTML to make the interface for the database with the search field?
Can anyone at least point me out the direction that I have to start with?
Sorry, if that is the easiest question but I am a complete beginner.