PHP program to find simple interest w-outside 12th Syllabus , PHP , PHP program to find simple interest , Unit 304 PHP program to find Simple Interest<?php $p=1000; $r=5; $t=10; $si=$p*$r*$t/100; echo $si; ?> Output: 500UNIT-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