No output from PHP interactive on Windows

前端 未结 8 2068
轻奢々
轻奢々 2020-12-16 13:28

I\'m running php interactively from xampp (5.4.7) on my Win 7 machine and cannot get any output from the window. I searched around various solutions and nothing so far has

8条回答
  •  感情败类
    2020-12-16 13:40

    When using the Interactive Mode, you literally need to input the whole script.

    Then to "execute" the script, you need to do CTRL+Z on an empty line and press ENTER

提交回复
热议问题