You are required to create a small Web site. You have to choose the project idea
ID: 3690111 • Letter: Y
Question
You are required to create a small Web site. You have to choose the project idea and work in it as individual or with a group. The website must cover all aspects in the course (HTML, CSS, JS and PHP or JSP/Servlet) - The number of students/project: 2 - The number of Web pages must be at least 5 - The number of dynamic Web pages must be at least 3 - The Web Site must connect to a database Each student have to prepare 1. Desciption.docx: a small report that explains all the functionalities of the website (With screenshots) 2. Project.zip: contains all the files of the project (html, css, js, php or jsp, sql,,...).Explanation / Answer
Create a table called user in MySQL:
CREATE TABLE Users (user_id INT NOT NULL AUTO_INCREMENT,email VARCHAR(80) NOT NULL, display_name VARCHAR(50) NOT NULL, password CHAR(41) NOT NULL, PRIMARY KEY (user_id), UNIQUE INDEX (email)) ENGINE=INNODB;
Then download the zip file of the website.
https://drive.google.com/file/d/0B2_4lKrJug3jWUdvemJIbjl0eGM/view?usp=sharing
Now extract the zip file. You'd get the folder called website which contains all required files as per your question.
Now edit db.php and update the database name, database user and database password
That's all.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.