Write a PHP program to define session variables to as sign the . . . .
Write a PHP program to define session variables to as sign the numbers 12 and 20 into it. Find the product (multiply) of these numbers and display output as shown. Use session function to start the session [2.5 marks) (WRITE THE PHP CODE IN YOUR ANSWER SHEET) Output: Product is 240 of tion
Expert Answer
Session variable are used to store information that we can use across multiple pages. So we c…
OR