Question: Q 1 . Write a PHP program for function that returns the multiplication of any four integer numbers. ( 4 Marks ) Q 2 .
Q Write a PHP program for function that returns the multiplication of any four integer numbers.
Marks
Q Using PHP create Database with the name "product"
create a Table in the product database with name" CUSTOMER" with fields as:
SID INT primary key
FirstName CHAR
LastName CHAR
also create a Table with name" ORDERS" with fields as:
OrderID INT primary key
OrderDate Date
Amount Double
CustomerSID INT Foreign Key
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
