Forum Moderators: coopster

Message Too Old, No Replies

text field and medium text display problem

         

sfast

9:38 pm on Apr 19, 2007 (gmt 0)

10+ Year Member



I have a form that has a field "landmark"

<td>
<textarea name="landmark" rows="4" cols="30" value="<?echo $landmark; ?>"></textarea>
</td>

In the database - landmark is of type - mediumText.

On the form everything is retrieved from the database but landmark.
It just does not display anything in the textfield.

What could be the problem? Does the displaying of landmark conflict with mediumtext type.

sfast

9:50 pm on Apr 19, 2007 (gmt 0)

10+ Year Member



I figured it out.
Thanks

eelixduppy

9:57 pm on Apr 19, 2007 (gmt 0)



Glad you figured it out. :) I hope you've realized that it is best to put the text in between the two tags:

<textarea>text goes here..</textarea>

sfast

10:15 pm on Apr 19, 2007 (gmt 0)

10+ Year Member



Yes, that is what I changed.
Thanks