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?

Reply via email to