Posted by Gordon Burditt on 10/18/88 11:31
>i am trying to run php(4.3.4) on iis6 (W2k3 Server).
>
>All works perfect except running external programs.
>
>The command system (or exec) starts and works (tried it, and the command is
>executed)
>but the server returns: CGI Error, CGI-application misbehaved.....
>
>This is the code:
>
>$command="date /T >>c:\\temp\\log.txt";
>system ($command);
>system ($command);
A CGI needs to return a content-type: header (possibly plus other
headers) followed by a blank line followed by the body. Where did
you output the headers?
Gordon L. Burditt
Navigation:
[Reply to this message]
|