i have a problem with function oci_connect. now, i used xampp version 5.6.14-4, i've tried to uncomment this code like the suggestions in other posts on stack overflow
extension=php_oci8.dll ; Use with Oracle 10gR2 Instant Client
extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client
i already restart the xampp, but still have the same error..
Fatal error: Call to undefined function oci_connect() in
C:\xampp81\htdocs\aaa\inc\db.php on line 71
is there any step that i missed? can you help me?
thank you so much :D