Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

E-Commerce Site This site will contain three parts Part 1 The site will utilize a login, this can be from your previous assignments or you

E-Commerce Site This site will contain three parts Part 1 The site will utilize a login, this can be from your previous assignments or you can create a new table for holding usernames and passwords. There will need to be a database storage for the user information. The password should use the hash() function to hash the password. It should direct the user to a page to make a new account on the login page and should not allow for login in the password or username is not correct. Part 2 There will be a page for looking at the catalogue of items. A new table will be made of all the items to be sold. Step 1 Enter the MYSQL admin and create a table called products The table will have ProductID Name Description Price Step 2 After you have created the table you will insert these items Anvil Axle Grease Atom Re-Arranger Bed Springs Bird Seed Blasting Powder Cork Dsintigration Pistol Earthquake Pills Female Roadrunner costume Giant Rubber Band Instant Girl Iron Carrot Jet Propelled Unicycle Out-Board Motor Railroad Track Rocket Sled Super Outfit Time Space Gun X-Ray Step 3 Create a catalogue page called catalogue.php and then add the text Please select one of our items: then an options/drop down box The PHP will call the database and then populate the box with each of the items. Part 3 Making the shopping cart. Things the page will need to do- You will need to use the Session to track the cart products and quantity You will need to add products to the cart and remove them from the cart You will need to empty the cart. You will need to show information in individual products You will need to display an image of the product when selecting to show info(Use this file) You will need to show a total cost of all the products in the cart This page can be the same page as catalogue.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago