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 , , and . When I echo them
from the database, a la:
echo "" . $row['textfield'] . ""
I get the conte
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 , , and . When I echo them
from the database, a la:
echo "" . $row['textfield'] . ""
I get the conte
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 , , and . When I echo them
from the database, a la:
echo "" . $row['textfield'] . ""
I get the contents of the field