fread() and shell_exec() are returning the same string but when I compare them, it is not working in my PHP code

后端 未结 0 1306
不知归路
不知归路 2021-01-12 16:24
$fileCode=fopen(\'code.cpp\',\'w+\');
    fwrite($fileCode,$code);
    fclose($fileCode);
    putenv(\'C:\\Program Files\\CodeBlocks\\MinGW\\bin\');
    shell_exec(\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题