Ahmed,
Since you already have the Oracle client installed, I am assuming you can
connect to the Oracle instance using sqlplus. If this is in fact the
case, all you have to do is recompile PHP and add in the following line to
your configure statement:
with-oci8=instantclient,/usr/local
Hello there
I have a Mac OS X 10.5.2 on which php and Apache are installed and running
(which come by default with company installation, but after enabling the php).
What I need to do is to develop some php code which access a remote database
server of Oracle (on which I have an account).
I h
Hi,
actually i have the problem described here:
http://www.php.net/manual/en/function.mail.php
Note: If messages are not received, try using a LF (\n) only. Some poor
quality Unix mail transfer agents replace LF by CRLF automatically (which
leads to doubling CR if CRLF is used). This should be