hi,
env:linux+apache3.1.12+oracle8.1.6+php4.0.0
code:
<?
$db="";
$conn = ocilogon("system","manager",$db);
.....
if(!ocilogoff($conn))
{
echo 'logoff error';
}
?>
though the php can end the connection auto when it's timeout ,i want to end it in time.
thanks !!!