You need to write the code in PHP. You need to submit the code and the output
1) Use a for loop to print numbers 1 to 15 on the screen
2) Use a while loop to print numbers 1 to 23 on the screen
3) Use a do-while loop to print numbers 1 to 11 on the screen
4) Use a loop structure to calculate the sum of all odd numbers from 2 to 25
5) Use a loop structure to calculate the product of all even numbers from 4 to 11.