Forum Moderators: coopster

Message Too Old, No Replies

writing php Extensions

         

kadnan

7:46 pm on Jul 3, 2003 (gmt 0)

10+ Year Member



Hello i have been searching net regarding php Extension/module Development

-actually I want to port one of my C program in php i mean i want to use those C functions in php..can COM work here(for windows),or is there any other way?i want to do it for Command line program not Web based
thanks

Glacai

8:54 pm on Jul 3, 2003 (gmt 0)

10+ Year Member



Hi kadnan, if I'm getting you right you could check out php system() function which passes command line args to your c program and directs the output back to the browser.

Regards.

dingman

4:18 pm on Jul 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[php.net...]