3
I have a project, which consists of pulling a code inserted by the user in the following field
<input type=text name=CODNOME><br>
he putting the following value 001 appears an msg
<?php $CODNOME = '001' echo " testetes"; ?>
I know I’m lost in logic someone could guide me what I should do or where to look?
This message will appear where? The form is redirected when the user enters the code? Give more details if possible.
– Valdeir Psr
Valter the user would remain on the page only with a refresh to validate and bring the message corresponding to the code entered example if the user type (001) will appear the message " A " if he type (002) will appear the message " B " that would be the logic I’m trying to use.
– Luccas Cerqueira