akaballa123
Technical User
Hi,
I am i nthe process of creating a website using my limited knowledge of php scripting. This website is used to obtain training information from various users. I have a form to obtain the training session they have ben to recently, and another form to add a new training course available. I have also create a database in mysql to store all the information. Some of the table includes columns such as training name, organization, start date, end date, etc. I would like to create another component where I am able to generate reports based on the columns ( information) that a user wants to see. For example, if a user wants to view the training name and all the users that have participated in this traiining I would need to access the training table and the training user session table for information ( this is a bit generic). My question is can someone guide me in a certain direction ads to how I can get started with generating these reports. I would also like to generate these reports in microsoft excel.
Thanks!
I am i nthe process of creating a website using my limited knowledge of php scripting. This website is used to obtain training information from various users. I have a form to obtain the training session they have ben to recently, and another form to add a new training course available. I have also create a database in mysql to store all the information. Some of the table includes columns such as training name, organization, start date, end date, etc. I would like to create another component where I am able to generate reports based on the columns ( information) that a user wants to see. For example, if a user wants to view the training name and all the users that have participated in this traiining I would need to access the training table and the training user session table for information ( this is a bit generic). My question is can someone guide me in a certain direction ads to how I can get started with generating these reports. I would also like to generate these reports in microsoft excel.
Thanks!