C code within 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
tonmoy
Forum Newbie
Posts: 1
Joined: Sun Feb 15, 2009 12:18 pm

C code within php

Post by tonmoy »

How can i call C code within php code??
please help.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: C code within php

Post by Weirdan »

Depends on the C code in question, particularly the form it's compiled into. Is it shared library, or COM object, or standalone binary?
Post Reply