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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started