Added </TABLE> tag in OCIColumnName example so Netscape users can see the output too :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@11698 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mark Britton 1999-08-04 23:34:02 +00:00
parent c15314fc58
commit 63bacc773a

View file

@ -854,6 +854,7 @@ OCILogoff($conn);
print "&lt;TD>$column_size&lt;/TD>";
print "&lt;/TR>";
}
print "&lt;/TABLE>";
OCIFreeStatement($stmt);
OCILogoff($conn);
print "&lt;/PRE>";