Scheng,
Thanks for your help, but I does not work!!
The function print does not work, but I tried with this:
$dblink = ocilogon("username", "password");
$query = ociparse($dblink, "select COLUMNNAME from TABLE");
ociparse($query);
ocifetchstatement($query, $result);
// $result now contains the clob data
$myresult = $result["COLUMNNAME"];
echo $myresult;
But the $myresult is empty!!!
Please helpppppppppppp!!!!!!!!!!!!!1111