4. Refer to the following Hypertext Markup Language (HTML) form in Figure 4 below. Write the Hypertext Preprocessor (PHP
Posted: Mon Jun 13, 2022 5:45 am
4. Refer to the following Hypertext Markup Language (HTML) form in Figure 4 below. Write the Hypertext Preprocessor (PHP) codes to capture the input from the form and display all integers which are multiple of 3 from the first until the last integer. Finally, display the sum of all these listed numbers. <form method = "get" action = "do04.php"> First Integer<input type="text" name-n1" /><br> Last Integer<input type="text" name="n2"/> <br> <input type = "submit" value="GO" /> </form> Figure 4: HTML Form Sample 2