hi,
i'm using Apache , php and Oracle 7 (Apache, php on linux, oracle on 64-bit unix).
all i want to do is to connect my php files with the oracle DB 7
i know all the functions from the manual but they didn't work and give me this error :
Call to undefined function: ocilogon()
or
Call to undefined function: ora_logon()
I also remove the related "#" mark in the php.ini file to enable the related modules.
The case is the same.
Do any one have any suggestion? Thanks!