Arief Siswanto
2022-08-06 09:48:20simpan file ini pada path C:\xampp\htdocs\belajar_html\form.php
<form action="" method="post"> <table border="1" width="400"> <tr> <th>Nama</th> <td><input type="text" name="nama" /></td> </tr> <tr> <th>Alamat</th> <td><textarea name="alamat"></textarea></td> </tr> <tr> <td colspan="2"><button type="submit">Simpan</button></td> </tr> </table> </form>
No reply found.