Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

product category: chemical ptoducts SWE 209 HOMEWORK 2 - A Shopping Website (Dynamic HTML with javascript with two forms and a server program with PHP,

product category: chemical ptoducts image text in transcribed
SWE 209 HOMEWORK 2 - A Shopping Website (Dynamic HTML with javascript with two forms and a server program with PHP, SQLite) Deadline: 29th Dec 2022 A server program creates a website for selling PRODUCTs, including two forms (for example showform, realform). Within "showform", AT LEAST a selection for PRODUCTs, one selection or more, for sub-catagory, catagory etc., a text input for user_id, and a button for listing PRODUCTs for selected sub-category etc, a button for buying a selected PRODUCT. When the buy button is clicked the information of the selected PRODUCT is sent to the server program named www.buy alibaba.com/buy.php with "realform" (i.e. one PRODUCT at a time). The server program lists data from a PRODUCT database (SQLite) and creates PRODUCT records and inserts them into javascript code. Here is a data format for PRODUCT recordings as:"\#name\#tid\#price\#tsub_catagoryHcatagory\#" A sample for this data format: "HSata_3_SSD_1TBHproduct1H6.7\# Computer_Hardware_Software\# Consumer_Electronics\#" There is a "realform" for sending buying information to the server-side. Buying information is listed as: PPRODUCT_id = product1\&user_id=456 After receiving the buying information on the server-side, the server program checks whether the user_id is recorded then decreases the stock number of that PRODUCT and refreshes all webpage content with updated stocks. If the previous sold PRODUCT is the last one, it will not list in the refreshed page

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

Oracle Solaris 11.2 System Administration (oracle Press)

Authors: Harry Foxwell

1st Edition

007184421X, 9780071844215

More Books

Students also viewed these Databases questions