Question: Q 1 . Write a PHP program for function that returns the multiplication of any four integer numbers. ( 4 Marks ) Q 2 .

Q1. Write a PHP program for function that returns the multiplication of any four integer numbers.
(4 Marks)
Q2. 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
First_Name CHAR
Last_Name CHAR
also create a Table with name" ORDERS" with fields as:
Order_ID INT primary key
Order_Date Date
Amount Double
Customer_SID INT Foreign Key
 Q1. Write a PHP program for function that returns the multiplication

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!