this statment
$dbconn = ibase_pconnect( $db_host, $db_username, $db_password );
has no problem if i run the php page from the brower.
but i got the error message if i run the same page through the command line
Fatal error, Call to undefined function ibase-pconnect().
Why? Does command line can run any php statments, and functions, calling the database connection? or some functions, statments will not work in the commandline execution.
Help Please!
Hui