Hi,
I will be attempting to learn PHP very shortly.
I am going to create a MySQL database to hold records of students, especially attendance. I would like to know if it is possible to do the following with PHP....
- Connect the database with PHP
- Add new details to the database while showing and/or keeping previous records
- Modify the database e.g. update, remove, change details
- Create access permissions for different user groups
I know I have more questions to ask, but cannot think of them just yet.
If someone could provide some insight into the above questions and/or general advice, it would be appreciated.
Thanks.