Help with a line of code
Posted: Wed Feb 26, 2003 8:50 am
I am having trouble with this line of code:
echo("Unapreciated person #$c: <input type=\"text\" name=ename$c value={$_POST['ename'.$c]}><br><br>");
This will display the first word the user typed into that input box on the last page but will not display any other words after a space.
Anyone know how to make it so this line will do the same thing just will print everything the user typed ( in the input box on the last page ) into another input box?
Thanks for all help provided.
echo("Unapreciated person #$c: <input type=\"text\" name=ename$c value={$_POST['ename'.$c]}><br><br>");
This will display the first word the user typed into that input box on the last page but will not display any other words after a space.
Anyone know how to make it so this line will do the same thing just will print everything the user typed ( in the input box on the last page ) into another input box?
Thanks for all help provided.