Sorry, I may have confused you. I meant I was able to echo out a string from a different column that is not a blob type.
<?php
{
if ($conn=OCILogon("user", "password", "orcl")){
$s = OCIParse($conn, "SELECT description FROM pdffiles WHERE id = 1");
OCIExecute($s,OCI_DEFAULT)...