Kamis, 14 Oktober 2021

, ,

Tugas Pertemuan 5 WEB PROGRAMING Semester 3 (1-2)

 TUGAS PERTEMUAN 5

Kerjakan latihan soal  pada Modul:

1.      metodeget.php, 

2.      metodegetproses.php, 

3.      metodepost.php, 

4.      metodepostproses.php, 

5.      forminputkomentar.php, 

6.      tampilkomentar.php, 

7.      forminputmahasiswa.php, 

8.      tampilmahasiswa.php, 

9.      formdatadiri.php,  dan

10.  

 

Buat dalam pdf, Screenshot coding dan tampilannya…

 
  1. metodeget.php
    •   Scriptnya :

      <html>

          <head>

              <title>Pertemuan 5 (01) | Metode Get </title>

      </head>

       

      <body>

          <form action="Tugas Pertemuan 5(02) proses.php" method="get">

              Masukan nama : <input type="text" name="nama" size="25">

                  <input type="submit" value="Proses">

      </form>

      </body>

      </html>

       

       
  2. metodegetproses.php
    •  Scriptnya :
      <html>

          <head>

              <title>Pertemuan 5 (01) | Metode Get </title>

      </head>

       

      <body>

          <form action="Tugas Pertemuan 5(02) proses.php" method="get">

              Masukan nama : <input type="text" name="nama" size="25">

                  <input type="submit" value="Proses">

      </form>

      </body>

      </html>


0 comments:

Posting Komentar