Project manager and DB designer : 유경상
DB Manipulator : 김도진
Application Developer : 심소정
DB administrator : 차은비
Login and Register
login.php - checks username and password and allows a user to login to the system.
register.php - if a user does not have a username or password, he/she can register to the system.
server.php - enables web to connect with database.
error.php - when sufficient information is not filled in register or login section error message appears
main.css - css file decorating all files related to login and register.
dbh.inc.php - contains information that enables access to local server. (password is set to "", in order to use files in local server the user must edit and insert his/her own local server password)
Comment and MovieList
com.css- css file decroating all files reated to comments
comment.inc.php- enables website to create comment, delete, edit, increase like numbers and etc.
comment.php- shows detailed information of the movie and shows comments below a movie.
editcomment.php- enables a user to edit a comment that is written by her/him.
movlist.php - shows all movies stored in database.
Main Page
index.php - shows at most 6 movies that exist in a database by some type of sorting. The user can search movies by keywords
My Page
mypage.php - shows user's information
mypageEdit.php - allows a user to edit ones' information
updateInfo.php - allows a user to edit ones' information
Reservation
schedule.php- shows all schedules that can be reserved and allows a user to select specific movie schedule and a seat
reserve.php- enables reservation if all requirements are fulfilled
Database
JDBC-ressystem.sql - our mysql database file.
- Download JDBC-ressystem.sql file
- Go to phpmyadmin
- Click "가져오기" or "Import"
- Select file "ressystem.sql"
- Press "실행" or "Go"
- Database is inserted!