Please email me directly with your response. I am not subscribed to the list. Thankz in advance. ----- Original Message ----- From: [ rswfire ] To: Sent: Friday, January 19, 2001 9:56 PM Subject: PHP Parse MySQL Field??? I have a BLOB field in a MySQL database that I want to parse into my page using PHP. For instance, in this field might be the following: <? echo "test"; ?> So when I access this field in PHP I want it to display "test". Is this possible?