Re: Oracle with PHP
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Oracle with PHP

From: Andy Hassall <andy@andyh.co.uk>
Date: Wed Jul 27 2005 - 00:06:31 CEST

On 25 Jul 2005 22:44:15 -0700, "madunix" <madunix@gmail.com> wrote:

>i want to implememt private area(authorized users)in the internet main
>page. Our Backend Database Server running Oracle 9i on AIX
>
>I am looking for a solution to pull up live data form Backend Database
>Server to the web server.
>
>What would be best approach for connecting to the Oracle Database?
>would php a good integration tools to retrieve data in flexible and
>secure way?
>
>I would appreciate any help in this case such as tips/links/docs
>success story... etc.

 Compile PHP with the OCI8 extension to get Oracle support.

 http://php.net/oci8

 Either use the OCI8 functions, or a wrapper library such as ADOdb.

 http://adodb.sourceforge.net

 Oracle have started pushing PHP recently, there's some tips and howtos on
their site.

 http://www.oracle.com/technology/tech/php/index.html

>what about MySQL do I need it to place in between php and oracle ?

 MySQL wouldn't come into the picture at all.

-- 
Andy Hassall / <andy@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Received on Mon Oct 17 21:19:31 2005