punjangga

Contoh logika IF ke 1

Dec 27th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>form if 1 kondisi</title>
  5. </head>
  6. <body>
  7. <h2>Form if 1 kondisi</h2>
  8. <form action="prosesif1kondisi.php" method="post">
  9. Masukan Nilai Ujian :
  10. <input type="text" name="angka">
  11. <input type="submit">
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment