我在windows系统下调用system()函数,但会出现权限不足的问题。
系统提示:Warning: system() has been disabled for security reasons <?php
session_start();
include("conn.php");$cmd="../TC201E/TC201E.EXE"
echo system($cmd);
?>