kuchuz

Tugas 8 PWEB-D post.php

Dec 31st, 2021
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?PHP
  2. if(isset($_POST['submit']) && !empty($_POST['submit'])){
  3.     echo "<h1>Data telah tersimpan</h1>";
  4. }else
  5.     header("location: tugas2.php");
Advertisement
Add Comment
Please, Sign In to add comment