<?php
$rst=adddomain -f; // (`) != single quote (').
echo $rst;
?>
But when i execute this script, the browser return an error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
But if I run "adddomain -f" in the windows command line, it works smoothly.
Please tell me how can I resolve this problem?