Function to eval a cgi and return the value

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
turiaso
Forum Newbie
Posts: 1
Joined: Tue Feb 08, 2005 9:47 am

Function to eval a cgi and return the value

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

http://php.net/exec

or it's siblings...
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Post Reply