Template PHP files to be used by the CS4342 students at UTEP during the Spring and Fall 2020 semester. These files will provide th basic elements to create a web interface to access the DB for the course project using PhP.
Here you will find the configuration settings for the database connections. You need to change the following lines for your setup:
- host this should be the utep ilinkserver.
- db this should be the database name for your team. It should be named
f20x_teamY
.Where x is either AM or PM. - username this should be the utep username of the person with the role or interface or reports lead from your team.
- password this should be a password agreed upon by your team so that your team can make necessary changes. This password is the same that your teammate from above uses to login and interact with mySQL shell. Make sure the password is not the same as other password used by any of your teammates.