Question: ( php code ) Write the codes exactly as required and easy to copy with an explanation. Please, before sending, make sure the code works
Practical Assignment 1- Create (func.php) file that contains 2 functions: Add function and using this value (1,2). Multiplication function and getting one value from the result of the Add function, another value is 2. 2- Create another php file called (main.php) that contains: Including func.php to call the 2 functions. Print the result of two functions in main.php file. //main.php //fun.php //Include fun.php Add() //call Add Multiplication () 7/Call Multiplication Output //Print add result 3 //print Multiplication result 6 . 3- Weight.php script of 3 girls with their ages Sort array, According to Value Print girls info using foreach Delete the first girl info then print the array details 4- When you submit your assignment in the blackboard, please make sure to include these files (Main.php - Func.php - Print screen of Browser result)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
