PHP program to find area of circle w-outside 12th Syllabus , PHP , PHP program to find area of circle , Unit 304 PHP program to find Area of Circle<?php define ("pi","3.14"); $r=10; $area=pi*$r*$r; echo $area; ?> Output: 314UNIT-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