Jump to content

insert dynamic values into text area


edoplaza

Recommended Posts

I am trying to insert some values into the different fields of an update form:

 

>
</pre>
<table>Titulo:    Fecha: Lugar: Hora: Comentarios:  




  </table>
<br><br><br

 

The only one I have problems with is the text area. It doesn't work. Where should I put the "value"?

 

Thanks

 

Eduardo

Edited by edoplaza
Link to comment
Share on other sites

Where are you getting the values from?

a database look-up? or a form submission? an array of values?

Are the values defined in your code before you use them in this snippet?

 

When the client first uses the form, before the submission, are there default values set?

 

You should be using an 'if' statement to confirm the value isset() before attempting to echo them.

The 'if' can be where you have the php snippet now.


Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...