Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1.  <form action="wybórdziecka.php"  method="POST" class="text-center">
  2.                         <input type="submit" name = "dzieci" value = "2" >
  3.                         <input type="image" name="dzieci" value="2"  src="icons/girl.svg" alt="Submit" width="50" height="50" class="mx-auto d-inline-block text-center">
  4.                         <input type="image" name="dzieci" value="1" src="icons/boy.svg" alt="Submit" width="50" height="50">
  5.                     </form>
  6.                    
  7.                     <h3 class="text-center"><?php if (isset( $_SESSION['IdDziecka']) == true ){echo $_SESSION['Info'];}?></h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement