Candy!!

        <form method="get" action="print.php">
            <div><input type="text" name="candy[]" value="haribo" /></div>
            <div><input type="text" name="candy[]" value="lolipop" /></div>
            <div><input type="text" name="candy[]" value="smarties" /></div>
            <div><input type="text" name="candy[]" value="M&Ms" /></div>
            <div><input type="text" name="candy[]" value="canes" /></div>
            <div><input type="text" name="candy[]" value="snickers" /></div>
            <div><input type="text" name="candy[]" value="rolo" /></div>
            <div><input type="submit" value="yayyyy!" /></div>
        </form>