Page 1 of 1

C code within php

Posted: Sun Feb 15, 2009 12:20 pm
by tonmoy
How can i call C code within php code??
please help.

Re: C code within php

Posted: Sun Feb 15, 2009 12:46 pm
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?