I would like to know how I can transfer my selected time/date from one page to another?
My HTML part looks like that:
<form action="http://localhost/HTMLIeskotiAutomobiliu.php" method="post">
<label for="paemimo_laikas">Automobilio paėmimo laikas:</label>
<input type="time" id="paemimo_laikas" name="paemimo_laikas">
</form>
I tried same thing as I did with selected option (<?php echo $_POST['time']?>
) but it didn't worked. So I'm looking for yours help.