|
Posted by balakrishnan.dinesh on 01/25/07 05:43
hi frndz,
I need to call a C program function from php code, Is that
possible, If it is ,then tell me how ?
i.e,main()
{
int callfunction();
int i=2;
callfunction(i);
}
callfucntion(int i)
{
if(i==1)
return 2;
}
This is the C program which is in directory that have php
code too, So what i need is , From my php code ,i need to call the
callfunction() from that C program . Is that possible.
or else anyother way to call c function from php code
Rgrds
Dinesh..
Navigation:
[Reply to this message]
|