Hi friends...
I have a problem ->>>
I have a page with the code:
I have another necessary page in php and that the equal value of $numero either to the value (sere) typed in the field of the form of the previous page.
----------------------------------------------------------------------------------
For example:
if I to type value 123 in the field sere and to send, necessary that the value of $numero either 123 also.
----------------------------------------------------------------------------------
THANKS TO ALL
I have a problem ->>>
I have a page with the code:
| Quote: |
| <form action="boletim.php" method="post" ENCTYPE="multipart/form-data">
<div align="center"> <input type="text" size=30 name="sere"></td> <input type="submit" value="Enviar" name="submit"> </form> |
I have another necessary page in php and that the equal value of $numero either to the value (sere) typed in the field of the form of the previous page.
----------------------------------------------------------------------------------
For example:
if I to type value 123 in the field sere and to send, necessary that the value of $numero either 123 also.
----------------------------------------------------------------------------------
THANKS TO ALL
