how to use PHP dbx functions???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dsoftnet
Forum Newbie
Posts: 3
Joined: Thu Dec 25, 2003 6:27 am
Contact:

how to use PHP dbx functions???

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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)
dsoftnet
Forum Newbie
Posts: 3
Joined: Thu Dec 25, 2003 6:27 am
Contact:

Post by dsoftnet »

thanks volka you are great!!
Post Reply