Why does exec open a file instead of execute it?

后端 未结 0 2006
伪装坚强ぢ
伪装坚强ぢ 2021-02-20 05:47

I have this exec:

exec(\'start /B index.php r\');

When I run it on localhost it opens the index.php file in Visual Studio Code.

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