Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
1
Praktikum Pemrograman Web
Muhamad Malik.M, S.T.
2
Menampilkan Teks dengan PHP
3
Menampilkan Tanggal dengan PHP
4
Contoh Variabel
5
Contoh Boolean
6
Contoh Boolean
7
Contoh Tipe Data
8
Contoh Tipe Data
9
Contoh Tipe Data
10
Contoh String
11
Contoh Predefined Variabel
12
Contoh Array (List)
13
Contoh Array (List)
14
Contoh Form Next Kode Program
15
Form.php (Lengkapi oleh anda)
<form method=get action=“form-a.php"> <input type="text" name="nama"> <input type="radio" name="jk" value=“Value">Value <input type="checkbox" name="hobi[]" value=“Value">Value <select name="prop"> <textarea name="psn" rows="5" cols="20"> <input type="submit" value="Kirim">
16
form-a.php <html><head><title> FORM HANDLER </title> </head> <body> Terima kasih untuk pengisian data Anda <br/> Nama <?=$_GET["nama"]?> <br/> Jenis Kelamin <?=$_GET["jk"]?> <br/> Propinsi <?=$_GET["prop"]?> <br/> Hobi <br/> <?php foreach ($_GET["hobi"] as $nilai) echo "-- $nilai <br/> \n"; ?> Pesan <br/> <?=$_GET["psn"]?> </body></html>
17
Contoh Form Lanjutan
18
Contoh Form Lanjutan
19
Query String
20
Query String Aksi
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.