Kai, you might be right.
$dbconn = ibase_pconnect( $host, $username, $password ) is calling a database connection, and the database is sitting on another server.
i use the following statement to assign it,
$host="www.anotherserver.com:c:\mydatabase\mydatabase.gdb"
this is fine through browser running but fatal error in command line running with the same statement
Any suggestions to solve this problem? Any experts? please!
I am being troubled by this issue for a while and not too much resources I can find regarding command line running php. Specially on windows.
Hui