Page 1 of 1

php + c

Posted: Wed Apr 23, 2008 12:32 pm
by paqman
Is there any way to run a c program inside of a php function, or vise versa?

Re: php + c

Posted: Wed Apr 23, 2008 12:58 pm
by mattcooper
See passthru, shell and exec in the php manual.