Jump to content

[SOLVED] Help updating a text area


srhino

Recommended Posts

Can someone tell me how to do this?

 

I have a database with customers in it. I update a section called notes so I can put notes of our conversation in it.

 

here is the code on the update... The problem is when I go to update it doesn't show whats is already in the database.

<tr><td>Notes:</td><td><textarea rows=\"10\" cols=\"50\" name=\"notes\" value=\"$notes\"></textarea></td></tr><br>

 

When I put in like this

<tr><td>Notes:</td><td><input type=\"text\" size=\"40\" name=\"notes\" value=\"$notes\"></td></tr><br>

You can do it correctly...there is just not a text area to see all the notes?

 

Help please

Link to comment
https://forums.phpfreaks.com/topic/86169-solved-help-updating-a-text-area/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.