Page 1 of 1

how to use PHP dbx functions???

Posted: Thu Dec 25, 2003 6:27 am
by dsoftnet
Hello Guys! 8)

I am using window based php, and wondering how I can use DBX functions in my code.

Instructions says you need to re compile php , but how I can, I have exe based PHP installed, not source code..

PS: I have dll for dbx

Thanks for reading my first problem over this forum

Merry Christmas :P
Regards,
Amit

Posted: Thu Dec 25, 2003 9:18 am
by volka
in your php.ini you probably will find a line
;extension=php_dbx.dll
just remove the ; (that makes this line a comment) and restart the webserver(-software)

Posted: Thu Dec 25, 2003 10:02 am
by dsoftnet
thanks volka you are great!!