I have a project I want to do for my work. Currently, we have a web server running UNIX with Apache and we have another server that has Oracle on it for my work's database.
The idea is that I would like to use php to write a program that will interact with this Oracle database which is on another server. Oracle is not installed on the server with Apache.
My question is, is it possible for me to connect to the server with Oracle to access the Oracle database using php so that I can have my php program interact and send queries to the database? If so, could anyone give me a quick run down on how?
Thanks!