I am calling interbase connection by using ibase_pconnect($host, $username, $password) or ibase_connect($host, $username, $password) from command line.
I got fatal error: ibase_pconnect() or ibase_connect() are not defined function.
It seems that ibase_connect() are not defined for the commandline running.
Is that possible that they are defined for browser running not for command line running? And my database is sitting on another server. If it is path error, it should give me path error message not undefined funciton error. Plus, it is fine if i run it from browser.
Any one run php with database connection statements from command line (specially interbase)? Help!
Hui