“Hello, World” in PHP displays nothing

后端 未结 6 1932
我寻月下人不归
我寻月下人不归 2020-12-07 03:21

I am new to PHP, just downloaded it, and wrote a \"Hello, World!\" program:


    

    

        
6条回答
  •  温柔的废话
    2020-12-07 03:42

    If you have command-line PHP installed, you should be able to enter:

    php test.php
    

    to invoke PHP to run your program and display the output on the console.

提交回复
热议问题