If someone has problems with IIS6 and CGI error message
"The specified CGI application misbehaved by not
returning a complete set of HTTP headers.", simply make
sure that headers are already sent:
echo "<head>";
flush();
$result = shell_exec('C:utilmyprog.exe');
----
Server IP: 83.64.128.68
Probable Submitter: 213.238.77.233
----
Manual Page --
http://www.php.net/manual/en/function.shell-exec.php
Edit -- https://master
.php.net/note/edit/70817
Del: integrated -- h
ttps://master.php.net/note/delete/70817/integrated
Del: useless -- http
s://master.php.net/note/delete/70817/useless
Del: bad code -- htt
ps://master.php.net/note/delete/70817/bad+code
Del: spam -- https:/
/master.php.net/note/delete/70817/spam
Del: non-english --
https://master.php.net/note/delete/70817/non-english
Del: in docs -- http
s://master.php.net/note/delete/70817/in+docs
Del: other reasons-- https://mast
er.php.net/note/delete/70817
Reject -- https://mast
er.php.net/note/reject/70817
Search -- https://
master.php.net/manage/user-notes.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|