document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Form IF ELSE di PHP</title>
  5. </head>
  6. <body>
  7. <h2>Form IF ELSE di PHP</h2>
  8. <form action="prosesifelse.php" method="post">
  9. Masukan Nilai Ujian :
  10. <input type="text" name="nilai">
  11. <input type="submit">
  12. </form>
  13. </body>
  14. </html>
');