<?php 
    session_start();
?>
<?php
   
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <h1>Retek bolt</h1>
    
    <form action="checkout.php" method="POST">
        <h2>My movie metal skull gearshift</h2>
        <h3>5000 Ft / db</h3>
        <img src="images/skull_1.jpg" alt="skull" width="500px">

        <input type="number" name="skull">
        

        <h2>Eskü finom lángos</h2>
        <h3>2500 Ft / db</h3>
        <img src="images/langos.jpg" alt="langos" width="500px">

        <input type="number" name="langos">
        


        <h2>Bicaj a gyereknek</h2>
        <h3>50000 Ft / db</h3>
        <img src="images/bicikli.jpg" alt="bicikli" width="500px">

        <input type="number" name="bicikli">
        
        <button type="submit">Vásárlás befejezése</button>
    </form>
    
    
        
    
    <form action="index.php" method="POST">
        <input type="hidden" name="logout" value="1">
        <button type="submit">
            Kijelentkezés
        </button>
    </form>
</body>
</html>