Can't execute PHP script using PHP exec

后端 未结 6 1421
臣服心动
臣服心动 2020-11-30 03:42

I am trying to invoke a script which takes several seconds (web services with 3rd party) using the PHP exec call. After much struggling, I reduced this to the classic hello

6条回答
  •  死守一世寂寞
    2020-11-30 03:55

    This runs as if you run the script from browser.

    This came across while working on a project on linux platform.

    exec('wget http://)
    

    Hope this helps!!

提交回复
热议问题