Forum Moderators: coopster
striptags($row_Row['Column'], '<br />');
For adding those tags as you asked before, I just place $textarea = nl2br($textarea); at the end of the edit form action area. Then, in my sprintf statement, instead of using:
GetSQLValueString($_POST['textarea']);
I use:
GetSQLValueString($textarea);