Advertisement
urutehe1

echo_kalkulator

Sep 16th, 2019
660
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php if(isset($_POST['hitung'])){ ?>
  2.                 <input type="text" value="<?php echo $hasil; ?>">
  3.                 <?php } else { ?>
  4.                     <input type="text" value="0">
  5.                 <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement