<html> <head> <title> Mid Semester2 </title> </head> <body bgcolor="yellow"> <center><h1>Pembagian</h1></center> <hr size="5" Color="red"> <b><i><u><center><font size="5">Aplikasi Kalkulator Sederhana</font></center></u></i></b> <center> <pre> <form action="aksibagi.php" method="get"> INPUT Angka 1 :<input type="Text" name="ak1"> <br> INPUT Angka 2 :<input type="Text" name="ak2"> <input type="submit" value="Bagi"><input type="reset" value="Reset"> </form> </pre> <hr size="5" Color="red"> <p align="right"><b>Design Created by Ardi © 2018</b></p> </center> </body> </html>
Tampilan kali.php
Tampilan Aksibagi.php
Code Aksibagi.php:
<html> <body bgcolor="ffffff"> <?php $a1=$_GET['ak1']; $a2=$_GET['ak2']; $hasil=$a1/$a2; echo "hasil Pembagian adalah: ",$hasil; ?> <br> <br> <a href="mid2.php">Back To Menu</a> </body> </html>
0 komentar:
Posting Komentar