I have a project, which consists of pulling a code inserted by the user in the following field
<input type=text name=CODNOME><br>
by putting the following value 001 into an msg
<?php $CODNOME = '001' echo " testetes"; ?>
I know I'm lost in logic, could anyone guide me what to do or where to look?