Hello.
I am trying to call a CGI scipt, and Its not working... ex:
$output = virtual("./zipmath.cgi?DIST $dbentry[1] $to_zip");
I also tried:
$output = system("./zipmath.cgi?DIST $dbentry[1] $to_zip");
Does anyone know how to call zip math from php?
Or maybe give a unix system command lines?