A admin Administrator Staff member Aug 21, 2008 #1 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!
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!