- Code: Select all
echo("<td width=30%><input type=text name=varcoach size=25 value='$vcnam\n'></td>");
Why are you adding a \n or a new line feed. Input type text does not support multiple lines.. ???
Moderators: macek, egami, gesf
- Code: Select all
echo("<td width=30%><input type=text name=varcoach size=25 value='$vcnam\n'></td>");

Users browsing this forum: No registered users and 1 guest