PHP program to find area of rectangle w-outside PHP , PHP program to find area of rectangle , Unit 304 PHP program to find Area of Rectangle<?php $length=10; $breadth=10; $area=$length*$breadth; echo $area; ?> Output: 100UNIT-304Elementary Server Side Scripting through PHPPHP IntroductionHow to save PHP pagePHP variables and their naming conventionsPHP program to find maximum of 5 numbersPHP program to find minimum of 5 numbersPHP program to find sum of 2 numbersPHP program to find subtraction of 2 numbers