PHP script not running on browser

后端 未结 5 1788
温柔的废话
温柔的废话 2021-01-14 14:33

I have installed XAMPP server on my system to be able to use PHP. But after installation, when I run any php script on the browser it does not run. I do not see any ouput. N

5条回答
  •  天命终不由人
    2021-01-14 14:55

    From Troublespy here are the reasons why php might not be working in the browser:

    1. You did not download a local server

    2. You are using the wrong version of php

    3. You put your scripts in the wrong directory

    4. You have a php error and the error didn't get printed

    5. Your php code is wrong or incomplete

    Make sure you check all reasons.

提交回复
热议问题