Question: A. Write PHP code that will echo out three variables $first, $second, and $third with spaces between them. B. Write an if statment that will
A.
Write PHP code that will echo out three variables $first, $second, and $third with spaces between them.
B.
Write an if statment that will assign one to $count if $name = "John" or $unplugged is less then 16.
C.
Write a for loop that will run 15 times and print out 1 to 15 in this way "You are on the # loop".
D.
Write a function that takes in $total and $tax and returns the product of the two.
E.
Write a for each loop that will read through the array $days[] that will assign the day position to a variable called $dayOweek.
**PHP questions, any help thanks :)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
