This script reduces memory on Oracle

admin

Administrator
Staff member
This script reduces memory on Oracle
file: tester.php

<?php
$conn = OCILogon("name","pass","hoster");
error_log(".", 3, "testcd.log");
OCILogOff($conn);

header("Location: testcd.php");
exit;
?>
Why it occurs? HELP!
 
Back
Top