Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Form IF ELSE di PHP</title>
- </head>
- <body>
- <h2>Form IF ELSE di PHP</h2>
- <form action="prosesifelse.php" method="post">
- Masukan Nilai Ujian :
- <input type="text" name="nilai">
- <input type="submit">
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment