Gabe Covert wrote:

I have a database which has a BLOB field storing text...  It should probably be
in a text field, but I don't think that's the problem...

The field has HTML control codes, such as <b>, </b>, and <p>.  When I echo them
from the database, a la:

echo "<td>" . $row['textfield'] . "</td>"

I get the contents of the field with the tags showing up, isntead of applying to
the HTML.

How can I get these tags to aplpy to the text in the field?

Thanks!

Gabe



To my knowledge you can't - a textarea only displays text, not formatted text.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to