Calling a C language function from php

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
lovasco
Forum Newbie
Posts: 15
Joined: Fri May 17, 2002 4:25 am
Location: Milan - Italy

Calling a C language function from php

Post by lovasco »

Dear folks,
is it possible to call an external "C" language function from php ? This could be useful to circumvent the limitation of using odbc_prepare / odbc_execute to invoke DB2 stored procedures. If the answer is yes, where can I find some examples ?
Thanks in advance,
Luca
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Post Reply