Page 1 of 1

Function to eval a cgi and return the value

Posted: Tue Feb 08, 2005 9:55 am
by turiaso
Hi
I need a function to eval an external cgi and return the value (0 or 1).

Perhaps it works with a function that executes the cgi and returns the value, but I try it and don`t works (I`m new in php programming). ¿Can you help me, please?

Thanks

Posted: Tue Feb 08, 2005 10:03 am
by feyd
http://php.net/exec

or it's siblings...

Posted: Tue Feb 08, 2005 10:12 am
by Weirdan