Hi!
How do I store and retrieve data using textarea?
I tested with BLOB but how do I then put the stored data back in the textarea?
I tried with a fetch_array and then inserting the data as value, but it didnt work. "$temp[innehall]" is the column.
Code:
echo "<textarea class='iFlat' name='innehall' rows='3' cols='15' wrap='virtual' value='" .$temp[innehall] . "'></textarea>";
Can anyone help me with this?
/Hylsan