genista
06-05-2007, 06:55 AM
Hi!
Hopefully a simple one, I cannot get the value that a user enters to echo in a large text area when they hit submit on joining my site. Here is the code:
<tr><td>Training obtained and detail of colleges attended and dates:<BR> <TEXTAREA NAME="training" value="<?php echo $training; ?>"COLS=40 ROWS=6></TEXTAREA>
</td></tr>
Any ideas on what I am doing wrong?
Thanks,
G
Hopefully a simple one, I cannot get the value that a user enters to echo in a large text area when they hit submit on joining my site. Here is the code:
<tr><td>Training obtained and detail of colleges attended and dates:<BR> <TEXTAREA NAME="training" value="<?php echo $training; ?>"COLS=40 ROWS=6></TEXTAREA>
</td></tr>
Any ideas on what I am doing wrong?
Thanks,
G