PHP Class Work Page 1

Below is the first start to the online class I am in. It may not make all that much sense but they are the class assignments combined into on page



This is the first PHP coding section

This is PHP code

This is the second PHP coding section

This is more PHP code

This is a quick php script for the area of a square


The area of a square with a length of 10
and Width of 15
is equal to 150

The Area of a Triangle with random integers from 1 to 25 for the base and height


formula: (base times height)divided by 2
The area of a triangle with a base of 4 and a height of 13 is: 26