Re: [PHP] Calling c function from php

2003-06-18 Thread Terje Torkelsen
if you want to integrate the c/c++ codes in php you can use the build_skel that follows php to do this. write: ./build_skel --extname=calculate --proto=/path/to/calculate.proto --assign-params where extname is the extension name and proto is a file containing the prototypes of the functions t

Re: [PHP] Calling c function from php

2003-06-18 Thread CPT John W. Holmes
> Anyway, can any make a suggestion on how to connect to a c function from > a php app? > > I have to connect to a sales tax calculation software. The function > is being written for me but I have to figure how to call it - get the > variable - and use it again in my php app. > > I've been told th

[PHP] Calling c function from php

2003-06-18 Thread Mignon Hunter
hello, I thought I posted this yesterday but accidentally posted to php-db. Anyway, can any make a suggestion on how to connect to a c function from a php app? I have to connect to a sales tax calculation software. The function is being written for me but I have to figure how to call it - get