Posted by jmuria on 08/24/07 07:45
Thanks to both of you.
I write the PHP code
exec("myapp.exe ".$_POST["password"]." ". $cifrado[0]["PASSWORD"] ,
$output,$result);
echo $result;
if($result== 1)
{
....
The language is C++ but there is not printf or cout to generate any
text output. If I execute the command with cmd (I use Windows 2003
Server) the command is executed without problems (and no text output)
[Back to original message]
|