i'm want connect PHP to Oracle Database 12c, i'm already try in this video https://www.youtube.com/watch?v=KJme5JMxKeo
i'm already install xampp v3.2.2 and using PHP 5.6
install oracle database 12c : http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
unzip and paste Instant Client(Version 12.1.0.2.0) http://www.oracle.com/technetwork/topics/winsoft-085727.html to directory C
set path environtment C:\instantclient_12_1;
uncoment semicolon (;) extension=php_oci8_12c.dll in php.ini
and already download php_oci8_12c.dll file in here : http://pecl.php.net/package/oci8/2.0.8/windows
and already paste to in C:\xampp\php\ext
when i test script connect : http://pastebin.com/f1isKKar
error message : Call to undefined function oci_connect()
i'm confused why can't connect to ORACLE DATABASE 12c :(