Hi all,
I want to connect to remote oracle database in PHP. I've googled a lot but couldn't find any solution.
Can any one guide me with step by step process please???
I tried with this code
$con = oci_connect('username', 'password', '//server ip:port/service name');
but it's throwing "Call to undefined function oci_connect()" error.