Hi, I would like to know how to pass the value of the id = information by the URL of the input type="submit"
the code is as follows:
<div id="informacion">0</div>
<form id="form1" name="form1" method="post" action="index3.php?var= <?php echo $id['informacion'];?>">
<label>
<input type="submit" name="Submit" value="Enviar" />
</label>
</form>
I would like to receive on the page index3.php the value of the id = information that in this case is "0"