This is a strange problem. I've setup an Oracle 8i (ver.8.1.6) for Linux on a RedHat 7 box. The Web server is Apache 1.3.19, and PHP version is 4.0.5 (all on the same machine). After long research I finally successfully connected to Oracle (using the sample code on the PHP Manual for function oci_logon()).
BUT, after few hours, when I load exactly the same test page again, this time I got a "This page contains no data" error from Netscape! There is no other error messsage from PHP, the page simply can't display.
I can't understand this. During these few hours all I did was tweaking some Apache configurations (add a .htaccess file, something like that). If I remove the oci_logon() statements,the Netscape error disappeared, but of course the rest of the script was unable to run.
Any suggestion? Thanks in advance!
BUT, after few hours, when I load exactly the same test page again, this time I got a "This page contains no data" error from Netscape! There is no other error messsage from PHP, the page simply can't display.
I can't understand this. During these few hours all I did was tweaking some Apache configurations (add a .htaccess file, something like that). If I remove the oci_logon() statements,the Netscape error disappeared, but of course the rest of the script was unable to run.
Any suggestion? Thanks in advance!