php and DB2
Posted: Wed Jun 11, 2008 9:43 am
I am relatively new to php and I have one task to accomplish.
Underlying DBMS to my php application is not MySQL, but IBM DB2 and I would like to know how can I access my database from my php script?
I wanted to use db2_connect() function in my script, but when I called it a fatal error occurred, stating that undefined function was called. Perhaps, the better question would be - how can I configure my locally installed php engine, so that I can use that (ant other) php functions from php's DB2 library? Just for the sake of information, I am using Windows XP operating system with xampp 1.6.3a with the php 5.2.3 and apache 2.2.4.
I would appreciate a lot any kind of help.
Best regards,
Aleksandar
Underlying DBMS to my php application is not MySQL, but IBM DB2 and I would like to know how can I access my database from my php script?
I wanted to use db2_connect() function in my script, but when I called it a fatal error occurred, stating that undefined function was called. Perhaps, the better question would be - how can I configure my locally installed php engine, so that I can use that (ant other) php functions from php's DB2 library? Just for the sake of information, I am using Windows XP operating system with xampp 1.6.3a with the php 5.2.3 and apache 2.2.4.
I would appreciate a lot any kind of help.
Best regards,
Aleksandar