Question: Think of some 3-tier Web app (UI, server-side scripts, database) you would like to create. It could be a website about your personal interests or

Think of some 3-tier Web app (UI, server-side scripts, database) you would like to create. It could be a website about your personal interests or hobbies.

Apply concepts and techniques from this course to design it.

Use PHP and MySQL ONLY to implement it.

Choose a project that you are interested in doing.

Your table names should use your last and first name as a prefix. For example, $query = "CREATE TABLE bigelow_john_users (userID int NOT NULL AUTO_INCREMENT,... )";

Note: You can not create a database.

For an example of how to connect to the MySQL Database Server and send a query, see the code below.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!