Skip to content

earthyoung/php_course

Repository files navigation

php_course: Term project of COSE371 course

1. How to use


1. add variable.php file to directory

2. specify variable names to variable.php. Variable names are listed below.

3. install xampp so that you can install both apache server and mysql.


For example,

const servername = your_servername;
const username = your_username;
const password = your_password;
const db_name = your_database_name;


2. Project


This is a simple course website project.

You can sign up and sign in either as student or as instructor.


This is the main page.



This is the login page.



After you login, you can see all the courses and search them by name. Your points are shown on the upper right corner.



If you click on 'Register' button on above page, registration form will appear.



If you click on 'Register Records' on the right top, lists of the courses you registered will appear.



By clicking 'Logout' button on the top, you are logged out.




If you login as instructor, there are other options.

You can install a course.



You can also show the lists of the courses you installed.



If you click the course name of the course lists, you can show detailed information of that course.



About

Term project of COSE371 course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published