Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

< < PHP >> < < use XAMPP and MYSQL >> Instructions Create a new project with your name in the project name (eg. smith

<< PHP >>

<< use XAMPP and MYSQL >>

Instructions

Create a new project with your name in the project name (eg. smith asst1). In this project, code index.php and checkout.php as below.

index.php

  • displays a web form for processing a retail transaction. Your form should show the same textboxes.
  • validates each textbox entry and displays error messages as appropriate.
  • executes checkout.php when the form is submitted.

checkout.php

  • reads form data safely into variables with filter_input() function.
  • validates the price and quantity inputs, displaying error messages if needed.
  • computes the subtotal, 7% sales tax, and total for the transaction.
  • displays a record of the transaction including the date.
  • displays calculations in currency format, guarding against XSS attacks where needed.

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

Students also viewed these Databases questions